# Builtin-macros workalike but with a way to specify bounds
[](LICENSE)
[](https://crates.io/crates/derive_bounded)
[](https://deps.rs/repo/github/lu-zero/derive_bounded)
[](https://docs.rs/derive_bounded/)
[](https://github.com/lu-zero/derive_bounded/actions)
## Supported right now
### Struct-style Struct
- [x] Default
- [x] Debug
- [x] Clone
- [x] PartialEq
- [x] Eq
- [ ] PartialOrd
- [ ] Ord
- [ ] Hash
### Newtype/tuple Struct
- [x] Default
- [x] Debug
- [x] Clone
- [x] PartialEq
- [x] Eq
- [ ] PartialOrd
- [ ] Ord
- [ ] Hash
### Enums
- [ ] Default
- [x] Debug
- [x] Clone
- [x] PartialEq
- [x] Eq
- [ ] PartialOrd
- [ ] Ord
- [ ] Hash
## Acknowledgements
This software has been developed in the scope of the H2020 project SIFIS-Home with GA n. 952652.