basic_quick_lib 0.3.0

A basic lib to do some basic stuff with cli programming
Documentation
1
2
3
4
5
pub trait BasicApp {
  fn menu(&mut self);

  fn app_name(&self) -> &'static str;
}