x12-types 0.5.0

Bindings for the ASC X12 EDI definitions
Documentation
1
2
3
4
5

pub fn now_as_tm() -> String {
    let t = chrono::Local::now().format("%H:%M:%S");
    format!("{}",t)
}