robotics 0.1.5

Rust implementation of robotics algorithms
Documentation
1
2
3
4
5
use std::error::Error;

fn main() -> Result<(), Box<dyn Error>> {
    Ok(())
}