imdl 0.1.16

📦 A 40' shipping container for the internet
Documentation
1
2
3
4
5
fn main() {
  if let Err(code) = imdl::run(std::env::args()) {
    std::process::exit(code);
  }
}