navigate
Navigation modules in Rust
Navigation modules and algorithims in rust! Navigate is a crate seeking to make navigation easier in rust. It is focused on robotics but can be used for any navigation problem.
Current state is a work in progress. The following algorithms are implemented but more to come!
Using this crate
In your Cargo.toml
, put:
[dependencies]
navigate = "0.1.0"
Example Algorithm usage:
use dijkstra;
Algorithms
- Dijkstra's Algorithm
Feature Requests
Have any feature requests? Open an issue!
License
MIT