Docs.rs
wvb-0.0.1
wvb 0.0.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
seokju-na
Dependencies
async-trait ^0.1
normal
base64ct ^1.8.0
normal
optional
bincode ^2.0.1
normal
bytes ^1
normal
optional
dashmap ^7.0.0-rc2
normal
optional
ed25519-dalek ^2.2.0
normal
optional
futures-util ^0.3.31
normal
optional
getrandom ^0.4.0-rc.0
normal
optional
http ^1
normal
http-range ^0.1.5
normal
optional
lz4_flex ^0.12.0
normal
p256 ^0.13.2
normal
optional
p384 ^0.13.1
normal
optional
percent-encoding ^2.3.2
normal
optional
reqwest ^0.12
normal
optional
rsa ^0.9.8
normal
optional
semver ^1.0
normal
optional
serde ^1.0
normal
optional
serde_json ^1.0
normal
optional
serde_repr ^0.1
normal
optional
sha3 ^0.10.8
normal
optional
thiserror ^2
normal
tokio ^1.47.1
normal
optional
twox-hash ^2.1.0
normal
urlencoding ^2.1.3
normal
optional
tiny_http ^0.12.0
dev
tokio ^1.47.1
dev
Versions
15.69%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
Writer
wvb
0.0.1
Writer
Required Methods
write
Implementors
In crate wvb
wvb
Trait
Writer
Copy item path
Source
pub trait Writer<T> { // Required method fn
write
(&mut self, data:
&T
) ->
Result
<
usize
,
Error
>; }
Required Methods
§
Source
fn
write
(&mut self, data:
&T
) ->
Result
<
usize
,
Error
>
Implementors
§
Source
§
impl<W:
Write
>
Writer
<
Bundle
> for
BundleWriter
<W>
Source
§
impl<W:
Write
>
Writer
<
Header
> for
HeaderWriter
<W>
Source
§
impl<W:
Write
>
Writer
<
Index
> for
IndexWriter
<W>