truck-geoderive 0.1.0

Derive macros generating an impl of the geometric traits.
Documentation
1
2
3
4
5
6
7
8
9
10
# 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`.

```toml
truck-geotrait = { version = "0.3.0", features = ["derive"] }
```