Crate rusty_lines

source ·
Expand description

build-badge License: MIT docs.rs Crates.io

§rusty-lines

rusty-lines is a library that abstracts the way lines are read from a tty or from a file.

It uses rustyline for reading from tty.

Structs§

Enums§

  • Line Iterator
  • The error type for Rustyline errors that can arise from I/O related errors or Errno when using the nix-rust library