calebwin / repLinks
enforce representation/class invariants in your Rust data structures
☆12Updated 2 years ago
Alternatives and similar repositories for rep
Users that are interested in rep are comparing it to the libraries listed below
Sorting:
- Take a reference and get back a slice of length one☆26Updated 4 years ago
- Example implementation of stack tokens for Rust☆33Updated 3 years ago
- A rust library for reusing heap allocations☆24Updated 5 years ago
- Derive macro for generating arrays from struct fields.☆20Updated 3 years ago
- A tiny crate mimicking Elixir's pipe operator for Rust without macros.