evenfurther / pathfindingLinks
Pathfinding library for rust
☆1,025Updated last 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,276Updated last month
- Units of measurement -- type-safe zero-cost dimensional analysis☆1,198Updated last week
- Procedural noise generation library for Rust.☆1,042Updated 11 months ago
- A small rust library for adding custom derives to enums☆2,257Updated 6 months ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,603Updated 3 weeks ago
- derive builder implementation for rust structs☆1,522Updated 2 weeks ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,275Updated last week
- Entity Component System focused on usability and flexibility.☆835Updated 2 weeks ago
- A crate for managing memory bit by bit☆1,362Updated last year
- A handy ECS☆1,214Updated last week
- Some more derive(Trait) options☆2,057Updated 3 weeks ago
- Compile time static maps for Rust☆2,076Updated 3 months ago
- Custom hooks for colorful human oriented error reports via panics and the eyre crate☆969Updated last year
- Overwrite `assert_eq!` with a drop-in replacement, adding a colorful diff.☆1,329Updated 3 months ago
- A macro to generate structures which behave like bitflags