1 unstable release
0.1.0 | Dec 21, 2022 |
---|
#1184 in Procedural macros
102 downloads per month
Used in 6 crates
(via truck-geotrait)
34KB
824 lines
truck-geoderive
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"] }
Dependencies
~0.7–1.1MB
~26K SLoC