rosd 0.1.0

rosd is the most productive way to interact with roslaunch files in Rust because of its safe and composable abstractions over systemd.
Documentation
1
2
3
4
5
6
7
8
pub fn rosd_run() {
    println!("Hello rosd");
}


// pub(crate) mod rosd {
//     pub use super::*;
// }