LeonSering / rapid_solveLinks
A metaheuristic framework for solving combinatorial optimization problems
☆36Updated 7 months ago
Alternatives and similar repositories for rapid_solve
Users that are interested in rapid_solve are comparing it to the libraries listed below
Sorting:
- State machine pattern for Rust☆29Updated 9 months ago
- A utility crate to log errors without losing key information along the way.☆31Updated 7 months ago
- ☆31Updated last year
- Zero-cost type for stack without complicated type or Box☆45Updated 3 months ago
- ☆61Updated 2 weeks ago
- A trait + derive to recursively compute / print the memory usage of a data structure.☆33Updated 6 months ago
- Serde partial serialization made easy☆42Updated 2 years ago
- VF2 subgraph isomorphism algorithm in Rust.☆65Updated 5 months ago
- Open a scope and then freeze it in time for future access.☆107Updated last year
- A fast, lightweight, embedded system-friendly library for wrapping text.☆63Updated last year
- ☆31Updated last month
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated last year
- ☆35Updated 3 years ago
- ☆35Updated 7 months ago
- Static-checked parsing of regexes into structs☆45Updated 8 months ago
- Utilities for working with shared slices of memory☆73Updated last month
- Typed any map for rust☆67Updated 8 months ago
- Rust crate providing a reimplementation of the `std::Any` trait that supports types with non-`'static` lifetimes.☆39Updated 8 months ago
- horrible serde macro stuff☆39Updated last year
- Flat message buffers with direct mapping to Rust types without packing/unpacking☆107Updated last week
- Include your assets statically into your application with a strict structure☆89Updated 5 months ago
- Fast, limited-memory array expressions on the stack in Rust, no-std compatible