itars_core/help/
mod.rs

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