evenfurther / pathfindingLinks
Pathfinding library for rust
☆985Updated this week
Alternatives and similar repositories for pathfinding
Users that are interested in pathfinding are comparing it to the libraries listed below
Sorting:
- derive builder implementation for rust structs☆1,480Updated 2 weeks ago
- Slotmap data structure for Rust☆1,237Updated last year
- Units of measurement -- type-safe zero-cost dimensional analysis☆1,144Updated 2 weeks ago
- Procedural noise generation library for Rust.☆1,011Updated 7 months ago
- A crate for managing memory bit by bit☆1,335Updated last year
- A macro to generate structures which behave like bitflags☆1,058Updated last month
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,180Updated 2 weeks ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,532Updated last week
- Macros for all your token pasting needs☆1,055Updated last year
- Rust quasi-quoting☆1,467Updated last week
- A small rust library for adding custom derives to enums☆2,164Updated 2 months ago
- Some more derive(Trait) options☆1,990Updated 3 weeks ago
- Numeric traits for generic mathematics in Rust☆866Updated 3 months ago
- A vector with a fixed capacity. (Rust)☆830Updated 11 months ago
- Overwrite `assert_eq!` with a drop-in replacement, adding a colorful diff.☆1,302Updated last week
- Decimal number implementation written in pure Rust suitable for financial and fixed-precision calculations.☆1,207Updated last week
- Compile time static maps for Rust☆2,017Updated last month
- Custom hooks for colorful human oriented error reports via panics and the eyre crate☆968Updated last year
- Attribute macro to require that the compiler prove a function can't ever panic☆1,151Updated 2 weeks ago
- Simple, efficient logging for Rust☆896Updated 9 months ago
- A Rust library for linear color calculations and conversion☆798Updated last month
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,244Updated last year
- Rust library for single assignment cells and lazy statics without macros☆2,022Updated 4 months ago
- A Rust proc-macro attribute parser☆1,170Updated last week
- A handy ECS☆1,157Updated last month
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆764Updated last month
- Serialization library with zero dependencies