ev3dev-lang-rust 0.16.0

Rust language bindings for ev3dev
Documentation
1
2
3
4
5
6
7
extern crate ev3dev_lang_rust;

#[test]
fn test_output_port_mapping() {
    let driver_path = ev3dev_lang_rust::DRIVER_PATH;
    assert_eq!(driver_path, "/test/path");
}