truck-geoderive

Crates.iotruck-geoderive
lib.rstruck-geoderive
version0.1.0
sourcesrc
created_at2022-12-21 08:35:14.102223
updated_at2022-12-21 08:35:14.102223
descriptionDerive macros generating an impl of the geometric traits.
homepagehttps://github.com/ricosjp/truck
repositoryhttps://github.com/ricosjp/truck
max_upload_size
id742935
size33,556
Yoshinori Tanimura (ytanimura)

documentation

README

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"] }
Commit count: 2196

cargo fmt