Docs.rs
remotia-buffer-utils-0.1.1
remotia-buffer-utils 0.1.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
aegroto
Dependencies
async-trait ^0.1.68
normal
bytes ^1.4.0
normal
log ^0.4.14
normal
remotia-core ^0.1.1
normal
tokio ^1.28.2
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
remotia_
buffer_
utils
0.1.1
All Items
Crate Items
Modules
Structs
Traits
Crate
remotia_buffer_utils
Copy item path
Source
Modules
§
buf
Utilities for working with buffers.
pool
pool_
registry
Structs
§
Buffer
Allocator
Bytes
A cheaply cloneable and sliceable chunk of contiguous memory.
Bytes
Mut
A unique reference to a contiguous slice of memory.
TryGet
Error
Error type for the
try_get_
methods of
Buf
. Indicates that there were not enough remaining bytes in the buffer while attempting to get a value from a
Buf
with one of the
try_get_
methods.
Traits
§
Buf
Read bytes from a buffer.
BufMut
A trait for values that provide sequential write access to bytes.