advancedresearch / linear_solverLinks
A linear solver designed to be easy to use with Rust enums.
☆32Updated 4 years ago
Alternatives and similar repositories for linear_solver
Users that are interested in linear_solver are comparing it to the libraries listed below
Sorting:
- PEG parser generator built on top of nom☆70Updated 6 years ago
- A safe-guarded transmute for Rust☆39Updated last year
- A disassembler framework☆18Updated 3 years ago
- Runtime with fast GC and easy concurrency.☆43Updated 4 years ago
- D-inspired contract programming in Rust using macros☆54Updated 4 years ago
- Set theory applied on sorted and deduplicated slices.☆47Updated 2 years ago
- An intrusive splay tree implementation that is no-std compatible and free from allocation and moves☆67Updated 4 months ago
- Type-level named values with partial dependent type support in Rust