usage-lib 0.1.2

Library for working with usage specs
Documentation
1
2
3
4
5
6
use crate::env;

#[ctor::ctor]
fn init() {
    env::set_var("USAGE_BIN", "usage");
}