Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Presumably the idea is, for example, sorting? In which case you do have to read the entire input before you can do anything. But the way I'd do that is to read the entire stdin to a single String, then work with &str pointers to it.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: