| Crates.io | dynamixel |
| lib.rs | dynamixel |
| version | 0.1.1 |
| created_at | 2018-02-04 17:44:31.19225+00 |
| updated_at | 2018-02-15 19:30:09.731745+00 |
| description | A (soon to be) full featured dynamixel servo library in rust |
| homepage | |
| repository | https://github.com/kjetilkjeka/dynamixel.rs |
| max_upload_size | |
| id | 49620 |
| size | 92,651 |
Interface for Robotis Dynamixel servos in Rust
This library is currently in development but is aiming to become a full featured dynamixel library in Rust. It should give a good user experience when used without the std library and be extended with nice features when std is used. It currently got the following features:
std)std)std/no_ stdstd feature is not enabled by default, if you're using the std library you should enable this feature.serialport feature Interface will be implemented by Box<SerialPort> from serialportLicensed under either of
Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.