derive_bounded

Crates.ioderive_bounded
lib.rsderive_bounded
version0.5.0
sourcesrc
created_at2022-07-15 07:40:07.256461
updated_at2022-08-04 12:13:02.79968
descriptionBuiltin-macros workalike but with a way to specify bounds
homepage
repositoryhttps://github.com/lu-zero/derive_bounded
max_upload_size
id626070
size33,251
Luca Barbato (lu-zero)

documentation

README

Builtin-macros workalike but with a way to specify bounds

LICENSE Crates.io dependency status Documentation Actions Status

Supported right now

Struct-style Struct

  • Default
  • Debug
  • Clone
  • PartialEq
  • Eq
  • PartialOrd
  • Ord
  • Hash

Newtype/tuple Struct

  • Default
  • Debug
  • Clone
  • PartialEq
  • Eq
  • PartialOrd
  • Ord
  • Hash

Enums

  • Default
  • Debug
  • Clone
  • PartialEq
  • Eq
  • PartialOrd
  • Ord
  • Hash

Acknowledgements

This software has been developed in the scope of the H2020 project SIFIS-Home with GA n. 952652.

Commit count: 33

cargo fmt