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
  • Coverage
  • 0%
    0 out of 14 items documented0 out of 9 items with examples
  • Size
  • Source code size: 7.99 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.68 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 19s Average build duration of successful builds.
  • all releases: 19s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • SyedAbdulBasit7/IDCard_Library
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • SyedAbdulBasit7