Skip to main content

Crate ros_new

Crate ros_new 

Source
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.