0.1.0 Jul 10, 2021

#3484 in #api-bindings

MIT license

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

~5–18MB
~284K SLoC