1个不稳定版本
0.1.0 | 2021年7月10日 |
---|
#2989 in #api-bindings
15KB
302 行
hcskr
Rust语言教育版自检库
安装
[dependencies]
hcskr = "0.1.0"
示例
extern crate hcskr;
fn main() {
let result = hcskr::self_check("이름", "생년월일", "지역", "학교", "학교 종류", "비밀번호", "유저명").unwrap();
println!("{:?}", result);
}
依赖项
~5–20MB
~284K SLoC