Crates.io | truck-geoderive |
lib.rs | truck-geoderive |
version | 0.1.0 |
source | src |
created_at | 2022-12-21 08:35:14.102223 |
updated_at | 2022-12-21 08:35:14.102223 |
description | Derive macros generating an impl of the geometric traits. |
homepage | https://github.com/ricosjp/truck |
repository | https://github.com/ricosjp/truck |
max_upload_size | |
id | 742935 |
size | 33,556 |
Define some derive macros for implements geometric traits.
The macros defined here are all called by truck-geotrait
, so there is no need for the user to specify a priori any dependencies on this crate.
To use the macros used in this crate, activate the feature derive
in truck-geotrait
.
truck-geotrait = { version = "0.3.0", features = ["derive"] }