Docs.rs
razor-stream-0.4.0
razor-stream 0.4.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
frostyplanet
Dependencies
arc-swap ^1
normal
captains-log >=0.15
normal
close_fds >=0.3.2
normal
crossfire ^3.0
normal
futures ^0.3
normal
io-buffer ^1
normal
libc ^0
normal
log ^0.4
normal
nix ^0
normal
orb ^0
normal
razor-rpc-codec >=0.3
normal
razor-stream-macros >=0.4
normal
rustc-hash ^1.1
normal
serde ^1
normal
signal-hook ^0
normal
strum ^0
normal
sync-utils ^0
normal
thiserror ^2
normal
zerocopy ^0.8
normal
num_enum ^0
dev
razor-rpc-codec ^0
dev
serde_derive ^1
dev
Versions
56.44%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
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 dispatch
razor_
stream
0.4.0
Module dispatch
Module Items
Structs
Traits
In razor_
stream::
server
razor_stream
::
server
Module
dispatch
Copy item path
Source
Structs
§
Dispatch
Closure
A Dispatch trait impl with a closure, only useful for writing tests.
Traits
§
Dispatch
Dispatch should be a user-defined struct initialized for every connection, by ServerFacts::new_dispatcher.