rtt 0.4.4

Rapidly-Exploring random trees path planning algorithm.
Documentation
1
2
3
4
pub mod rtt;

// TODO: switch to bang `!` after https://github.com/rust-lang/rust/issues/35121
pub type NeverError = ();