Expand description
A library for creating new Rust packages with ROS package.xml support.
Functionsยง
- args_
to_ cargo_ toml - Converts command line arguments into a Cargo.toml file.
- args_
to_ package_ xml - Converts command line arguments into a ROS package.xml file.
- env_
to_ matches - Parses environment arguments into CLI argument matches.