buf-ref-reader 0.2.0

Faster, growable buffering reader for when there's little to no need to modify data, nor to keep it alive past next read.
Documentation
Build #1431552019-02-15T13:12:37.644548+00:00
# rustc version
rustc 1.34.0-nightly (e54494727 2019-02-13)# docs.rs version
cratesfyi 0.6.0 (28f60f2 2019-02-14)# build log
Updating crates.io index
Downloading crates ...
Downloaded buf-ref-reader v0.2.0
Compiling libc v0.2.48
Running `rustc --crate-name build_script_build /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.48/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=862671c52b368014 -C extra-filename=-862671c52b368014 --out-dir /home/cratesfyi/cratesfyi/debug/build/libc-862671c52b368014 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Running `/home/cratesfyi/cratesfyi/debug/build/libc-862671c52b368014/build-script-build`
Running `rustc --crate-name libc /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.48/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=9d0122491fa3f275 -C extra-filename=-9d0122491fa3f275 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow --cfg core_cvoid`
Checking memchr v2.2.0
Running `rustc --crate-name memchr /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.2.0/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="libc"' -C metadata=0bfb921d263c2024 -C extra-filename=-0bfb921d263c2024 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-9d0122491fa3f275.rmeta --cap-lints allow --cfg memchr_runtime_simd --cfg memchr_runtime_sse2 --cfg memchr_runtime_sse42 --cfg memchr_runtime_avx --cfg memchr_libc`
Documenting buf-ref-reader v0.2.0
Running `rustdoc --edition=2018 --crate-name buf_ref_reader /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/buf-ref-reader-0.2.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190213-1.34.0-nightly-e54494727 --static-root-path / --disable-per-crate-search --extern-html-root-url 'memchr=https://docs.rs/memchr/2.2.0' --extern-html-root-url 'fnv=https://docs.rs/fnv/1.0.6' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern memchr=/home/cratesfyi/cratesfyi/debug/deps/libmemchr-0bfb921d263c2024.rmeta`
warning: could not parse code block as Rust code
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/buf-ref-reader-0.2.0/src/lib.rs:173:2
|
173 |       Returns requested amount of bytes, or less if EOF prevents reader from do.
|  _____^
174 | |
175 | |     Returns:
176 | |
177 | |     - `Ok(Some(data))` with, well, data,
178 | |     - `Ok(None)` if no more data is available,
179 | |     - `Err(err)`: see `std::io::Read::read()`
| |_____________________________________________^
|
= note: error from rustc: unknown start of token: `

warning: could not parse code block as Rust code
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/buf-ref-reader-0.2.0/src/lib.rs:204:2
|
204 |       Returns bytes until `delim` or EOF is reached. If no content is available, returns `None`.
|  _____^
205 | |
206 | |     Returns:
207 | |
208 | |     - `Ok(Some(data))` with, well, data,
209 | |     - `Ok(None)` if no more data is available,
210 | |     - `Err(err)`: see `std::io::Read::read()`
| |_____________________________________________^
|
= note: error from rustc: unknown start of token: `

Finished dev [unoptimized + debuginfo] target(s) in 4.77s