Macro python_comm::crate_version[][src]

macro_rules! crate_version {
    () => { ... };
}
Expand description

当前版本号

用法

use python_comm::prelude::*;

let version = crate_version!();
assert_eq!(&version[0..3], "0.1");