Docs.rs
virta-0.1.1
virta 0.1.1
Permalink
Docs.rs crate page
MPL-2.0
Links
Repository
crates.io
Source
Owners
nullchinchilla
Dependencies
ahash ^0.8.11
normal
async-event ^0.1.0
normal
bytes ^1.6.0
normal
clone-macro ^0.1.0
normal
log ^0.4.21
normal
once_cell ^1.19.0
normal
parking_lot ^0.12.1
normal
recycle-box ^0.2.0
normal
serde ^1.0.188
normal
smol ^2.0.0
normal
stdcode ^0.1.14
normal
Versions
36%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
virta
0.1.1
All Items
Crate Items
Modules
Structs
Enums
Crate
virta
Copy item path
Source
Modules
§
stream_
state
Structs
§
Stream
Stream
represents a reliable stream. It implements
AsyncRead
,
AsyncWrite
, and
Clone
, making using it very similar to using a TcpStream.
Enums
§
RelKind
Stream
Message
A stream-related message.