Docs.rs
ndjson-stream-0.1.0
ndjson-stream 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
florian1345
Dependencies
bytes ^1
normal
optional
futures ^0.3
normal
optional
pin-project-lite ^0.2
normal
optional
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^1.0
normal
kernal ^0.3
dev
serde ^1.0
dev
tokio-test ^0.4
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ndjson_
stream
0.1.0
Module as_
bytes
Module Items
Traits
In crate ndjson_
stream
ndjson_stream
Module
as_bytes
Copy item path
Source
Expand description
This module defines the
AsBytes
with baseline implementations.
Traits
ยง
AsBytes
A trait for types which represent a contiguous block of bytes, such as
&[u8]
or
Vec<u8>
.