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. Any struct that implements this can be passed to read!(), try_read!(), prompt!(), and try_prompt!()
Functions§
- small utility function, mostly for internal use