Language

Package: rust-buffered-reader @ 0.9.0

Synopsis

Super-powered Reader

Description

Like the BufRead trait, the BufferedReader trait has an internal buffer that is directly exposed to the user. This design enables two performance optimizations. First, the use of an internal buffer amortizes system calls. Second, exposing the internal buffer allows the user to work with data in place, which avoids another copy.

Home page
https://sequoia-pgp.org/
Location
gnu/packages/crates-io.scm (line: 2872, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings