0.1.0 |
|
---|
#3757 in #api-bindings
15KB
302 lines
hcs_rs
rust 언어 교육청 자가진단 라이브러리
Install
[dependencies]
hcs = "0.1.0"
Example
extern crate hcs;
fn main() {
let result = hcs_rs::self_check("이름", "생년월일", "지역", "학교", "학교 종류", "비밀번호", "유저명").unwrap();
println!("{:?}", result);
}
Dependencies
~6–18MB
~261K SLoC