/ src / lib.rs
lib.rs
1  //! # control
2  //!
3  //! Placeholder project - coordination and control.
4  
5  pub fn placeholder() -> &'static str {
6      "control - placeholder v0.3.1"
7  }