| Crates.io | truck-derivers |
| lib.rs | truck-derivers |
| version | 0.1.0 |
| created_at | 2024-09-20 13:27:31.750471+00 |
| updated_at | 2024-09-20 13:27:31.750471+00 |
| 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 | 1381249 |
| size | 52,794 |
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"] }