3个版本
0.1.4 | 2019年10月20日 |
---|---|
0.1.3 | 2019年10月20日 |
0.1.2 | 2019年10月20日 |
#17 in #read-input
5KB
73 行
IDCard_Library
依赖项
~520KB
IOT身份证生成库。您可以使用以下方式使用我的库:extern crate menu_generator; use menu_generator::read_input as io; use menu_generator::student_registration as sg; let 'you variable name':char=io::char_read(); let 'you variable name':String=io::str_read(); let 'you variable name':int=io::int_read(); let 'you variable name':float=io::float_read(); //只需通过用户输入获取参数,输入必须是字符串 let student1=sg::Student::register(name,course,city,distance_learning); student1.display_card(); //然后它将显示您的IOT_ID-Card
0.1.4 | 2019年10月20日 |
---|---|
0.1.3 | 2019年10月20日 |
0.1.2 | 2019年10月20日 |
#17 in #read-input
5KB
73 行
~520KB