menu_generator 0.1.4

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
Documentation
Builds

menu_generator's sandbox limits

All the builds on docs.rs are executed inside a sandbox with limited resources. The limits for this crate are the following:

Available RAM 6 GB
Maximum rustdoc execution time 15 minutes
Maximum size of a build log 100 kB
Network access blocked
Maximum number of build targets 10

If a build fails because it hit one of those limits please open an issue to get them increased.