screeps-pathfinding 0.1.4

Pathfinding algorithms for Screeps: World in native Rust
Documentation
1
2
3
4
5
6
7
8
/// Provides common definitions used across the crate
pub mod common;

/// Provides individual algorithm implementations
pub mod algorithms;

/// Provides helper methods to simplify using algorithms
pub mod utils;