use-robot
Primitive robot vocabulary for RustUse.
This crate provides descriptive robot names, kinds, models, and manufacturers. It does not create robot registries, connect to robots, control robots, or implement robot configuration systems.
Example
use ;
let name = new?;
let model = new?;
let kind = "collaborative".?;
assert_eq!;
assert_eq!;
assert_eq!;
# Ok::
License
Licensed under either the MIT license or Apache License, Version 2.0.