| Crates.io | hcs |
| lib.rs | hcs |
| version | 0.1.0 |
| created_at | 2021-07-10 11:11:58.440658+00 |
| updated_at | 2021-07-10 11:11:58.440658+00 |
| description | rust 언어 교육청 자가진단 라이브러리 |
| homepage | |
| repository | https://github.com/Beta5051/hcs_rs |
| max_upload_size | |
| id | 421060 |
| size | 40,237 |
rust 언어 교육청 자가진단 라이브러리
[dependencies]
hcs = "0.1.0"
extern crate hcs;
fn main() {
let result = hcs_rs::self_check("이름", "생년월일", "지역", "학교", "학교 종류", "비밀번호", "유저명").unwrap();
println!("{:?}", result);
}