An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Builtin-macros workalike but with a way to specify bounds
[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Crates.io](https://img.shields.io/crates/v/derive_bounded.svg)](https://crates.io/crates/derive_bounded)
[![dependency status](https://deps.rs/repo/github/lu-zero/derive_bounded/status.svg)](https://deps.rs/repo/github/lu-zero/derive_bounded)
[![Documentation](https://docs.rs/derive_bounded/badge.svg)](https://docs.rs/derive_bounded/)
[![Actions Status](https://github.com/lu-zero/derive_bounded/workflows/derive_bounded/badge.svg)](https://github.com/lu-zero/derive_bounded/actions)
[![codecov](https://codecov.io/gh/lu-zero/derive_bounded/branch/master/graph/badge.svg?token=DqfW5T3Zrh)](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.