advancedresearch / monotonic_solverLinks
A monotonic solver designed to be easy to use with Rust enum expressions
☆47Updated 4 years ago
Alternatives and similar repositories for monotonic_solver
Users that are interested in monotonic_solver are comparing it to the libraries listed below
Sorting:
- D-inspired contract programming in Rust using macros☆54Updated 4 years ago
- A library which finds language features in rust code and provides resources on them.☆39Updated 7 years ago
- A general-purpose lens library for Rust.☆29Updated 8 years ago
- Units of Measure for Rust☆47Updated 9 years ago
- A synchronization primitive for lock-free reads with one concurrent writer☆21Updated 8 years ago
- A small crate to provide space-efficient Option<_> replacements☆37Updated 5 months ago
- Dynamically query a type-erased object for any trait implementation☆66Updated 2 years ago
- Experimental collection traits for Rust☆28Updated 8 years ago
- A small Rust library for recycling types with owned memory☆33Updated 9 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 2 years ago
- [DEPRECATED] A simple object arena☆37Updated 4 years ago
- A data engine for Data Oriented Design☆26Updated 6 years ago
- Faster, more flexible and more correct alternative to core::fmt☆40Updated 5 years ago
- ☆40Updated 6 years ago
- Collection of typed data structures, trait operators and aliases☆51Updated 4 years ago
- More maintainable Rust test☆28Updated 3 years ago
- A fast map for when one doesn't care about choosing the keys.☆27Updated 9 months ago
- A Rust implementation of the PCG PRNG.☆24Updated 8 years ago
- Lint to disallow the moving of marked types in Rust☆35Updated 9 years ago
- Convert `try!()` into `?`s☆34Updated 8 years ago
- An intrusive splay tree implementation that is no-std compatible and free from allocation and moves☆67Updated 4 months ago
- A Rust compiler plugin and support library to annotate overflow behavior☆107Updated 2 years ago
- A growable array allowing for multiple mutable non-overlapping regions.☆16Updated 6 years ago
- Scrap Your Rust Boilerplate☆55Updated 7 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- A fuzzing tool for incremental compilation that walks git history☆33Updated 7 years ago
- A simple neural net implementation.☆42Updated 6 years ago
- A macro to generate Rust actors☆45Updated 4 years ago
- Expose web api libraries as plugins in a way that is easy for Rust developers☆45Updated 7 years ago
- Sound unchecked indexing using “generativity”; a type system approach to indices, pointers and ranges that are trusted to be in bounds.☆102Updated 5 years ago