3 releases
0.1.4 | Oct 20, 2019 |
---|---|
0.1.3 | Oct 20, 2019 |
0.1.2 | Oct 20, 2019 |
#20 in #read-input
5KB
73 lines
IDCard_Library
Dependencies
~1.4–2MB
~36K SLoC
IOT ID card generator library You use my library by this way 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(); //just give parameter by taking user input and input muest be string let student1=sg::Student::register(name,course,city,distance_learning); student1.display_card(); //then it will show your IOT_ID-Card
0.1.4 | Oct 20, 2019 |
---|---|
0.1.3 | Oct 20, 2019 |
0.1.2 | Oct 20, 2019 |
#20 in #read-input
5KB
73 lines
~1.4–2MB
~36K SLoC