evenfurther / pathfindingLinks
Pathfinding library for rust
☆960Updated this week
Alternatives and similar repositories for pathfinding
Users that are interested in pathfinding are comparing it to the libraries listed below
Sorting:
- Slotmap data structure for Rust☆1,215Updated last year
- derive builder implementation for rust structs☆1,452Updated 9 months ago
- Units of measurement -- type-safe zero-cost dimensional analysis☆1,096Updated last month
- A macro to generate structures which behave like bitflags☆1,029Updated last month
- A crate for managing memory bit by bit☆1,315Updated 11 months ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,496Updated last week
- A small rust library for adding custom derives to enums☆2,105Updated 2 weeks ago
- Overwrite `assert_eq!` with a drop-in replacement, adding a colorful diff.☆1,283Updated last month
- Some more derive(Trait) options☆1,955Updated last week
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,095Updated 2 weeks ago
- Compile time static maps for Rust☆1,957Updated last week
- Procedural noise generation library for Rust.☆989Updated 5 months ago
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆755Updated 2 months ago
- A vector with a fixed capacity. (Rust)☆825Updated 8 months ago
- Decimal number implementation written in pure Rust suitable for financial and fixed-precision calculations.☆1,165Updated last week
- A Rust library for linear color calculations and conversion☆791Updated 2 months ago
- Macros for all your token pasting needs☆1,051Updated 9 months ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,234Updated last year
- Easily assign underlying errors into domain-specific errors while adding context☆1,663Updated last month
- Simple, efficient logging for Rust☆884Updated 7 months ago
- Rust quasi-quoting☆1,433Updated last month
- Rust library for single assignment cells and lazy statics without macros☆1,994Updated last month
- A Rust proc-macro attribute parser☆1,139Updated this week
- Numeric traits for generic mathematics in Rust☆839Updated 3 weeks ago
- Custom hooks for colorful human oriented error reports via panics and the eyre crate☆967Updated 11 months ago
- Data plotting library for Rust☆466Updated 2 years ago
- Image processing operations