Docs.rs
risotto-lib-0.6.0
risotto-lib 0.6.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
matthieugouel
Dependencies
anyhow ^1.0.95
normal
bgpkit-parser ^0.11.0
normal
bytes ^1.9.0
normal
chrono ^0.4.39
normal
metrics ^0.24.2
normal
rand ^0.9.0
normal
serde ^1.0.217
normal
tokio ^1.42.0
normal
tracing ^0.1.41
normal
Versions
4.4%
of the crate is documented
Platform
i686-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
AsyncState
risotto_
lib
0.6.0
Async
State
Aliased Type
In risotto_
lib::
state
risotto_lib
::
state
Type Alias
Async
State
Copy item path
Source
pub type AsyncState<T> =
Arc
<
Mutex
<
State
<T>>>;
Aliased Type
ยง
pub struct AsyncState<T> {
/* private fields */
}