screeps-pathfinding 0.1.4

Pathfinding algorithms for Screeps: World in native Rust
Documentation
1
2
3
4
5
/// Common traits shared across the crate
pub mod traits;

/// Shared data and accessor functions
pub mod data;