2个版本
0.0.2 | 2020年2月9日 |
---|---|
0.0.1 | 2020年2月9日 |
#9 in #exporting
42KB
924 代码行(不含注释)
iana-assignments-rs
包含来自各种IANA数字注册表的生成常量的库。
用法
简单
extern crate iana_assignments_rs;
use iana_assignments_rs::dhcpv6::duidtypes;
fn main() {
println!("Hello, world! {}", duidtypes::DUID_UUID);
}