linestream 0.1.0

Read lines from a socket
Documentation
  • Coverage
  • 28.57%
    2 out of 7 items documented0 out of 6 items with examples
  • Size
  • Source code size: 5.1 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.2 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • njaard/sonnerie
    277 21 9
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • njaard

Read lines from a socket.

This is necessary because a normal socket may block even if there's a line available. This one will set the socket to nonblocking and then block until a single full line is available, but no more.