rust-si icon indicating copy to clipboard operation
rust-si copied to clipboard

No documentation

Open vi opened this issue 8 years ago • 4 comments

Or I can't find it.

Is read! the only macro? How do I use existing string without reading from input?

vi avatar Apr 19 '16 11:04 vi

updated the repository readme, will also add documentation on the macro directly

oli-obk avatar Apr 19 '16 13:04 oli-obk

Maybe also update repository name to be text_io (or something like rust-text-io) instead of rust-si?

Repository description is also too short. It should include something like "scanf" or "reverse of format! or print!". Also it is primarily parsing functions, not input functions.

vi avatar Apr 19 '16 13:04 vi

+1 to @vi's comment, on all points.

alexreg avatar Apr 08 '17 06:04 alexreg

The readme have documentation now, but when I view the offline documentation, it doesn't have any usage on scan! macro, sometimes I happen to do stuff offline then I have no idea how to use it, maybe copy what is shown in readme to the lib.rs? Or put it inside scan! documentation?

pickfire avatar Dec 09 '22 01:12 pickfire