pub fn parse_fastx_stdin() -> Result<Box<dyn FastxReader>, ParseError>
Expand description

The main entry point of needletail if you’re reading from stdin. Shortcut to calling parse_fastx_reader with stdin()