1 2 3 4 5 6
mod version; /// return tars-core(help) version pub fn version() -> String { version::parse() }