Docs.rs
walrus-core-0.0.5
walrus-core 0.0.5
Permalink
Docs.rs crate page
GPL-3.0
Links
Repository
crates.io
Source
Owners
clearloop
Dependencies
anyhow ^1
normal
async-stream ^0.3
normal
compact_str ^0.8
normal
dirs ^6
normal
futures-core ^0.3
normal
futures-util ^0.3
normal
heck ^0.5
normal
schemars ^1.1.0
normal
serde ^1
normal
serde_json ^1
normal
smallvec ^1
normal
tokio ^1
normal
tracing ^0.1
normal
Versions
99.4%
of the crate is documented
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
Module api
walrus_
core
0.0.5
Module api
Module Items
Re-exports
Modules
In walrus_
core::
protocol
walrus_core
::
protocol
Module
api
Copy item path
Source
Expand description
Protocol API traits — Server and Client.
Re-exports
§
pub use client::
Client
;
pub use server::
Server
;
Modules
§
client
Client trait — transport primitives plus typed provided methods.
server
Server trait — one async method per protocol operation.