truck-derivers

Crates.iotruck-derivers
lib.rstruck-derivers
version0.1.0
sourcesrc
created_at2024-09-20 13:27:31.750471
updated_at2024-09-20 13:27:31.750471
descriptionDerive macros generating an impl of the geometric traits.
homepagehttps://github.com/ricosjp/truck
repositoryhttps://github.com/ricosjp/truck
max_upload_size
id1381249
size52,794
Yoshinori Tanimura (ytanimura)

documentation

README

truck-derivers

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