https://github.com/lu-zero/derive_bounded
Builtin-macros workalike but with a way to specify bounds
https://github.com/lu-zero/derive_bounded
Last synced: 5 months ago
JSON representation
Builtin-macros workalike but with a way to specify bounds
- Host: GitHub
- URL: https://github.com/lu-zero/derive_bounded
- Owner: lu-zero
- License: mit
- Created: 2022-07-14T16:33:44.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-22T09:04:54.000Z (almost 3 years ago)
- Last Synced: 2024-12-18T02:07:46.961Z (6 months ago)
- Language: Rust
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)
[](https://codecov.io/gh/lu-zero/derive_bounded)## 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.