Crate smart_read
source ·Modules§
Macros§
- prompts a line of text, a number, etc
- reads a line of text, a number, etc
- same as prompt!(), but returns a result
- same as read!(), but returns a result
Traits§
- This is what powers the whole crate. Anything that implements this can be passed to
read!()andtry_read!()
Functions§
- small utility function, mostly for internal use