Docs.rs
pueue-lib-0.23.0
pueue-lib 0.23.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Nukesor
Dependencies
anyhow ^1.0
normal
async-trait ^0.1
normal
byteorder ^1.4
normal
chrono ^0.4
normal
command-group ^2
normal
dirs ^5.0
normal
log ^0.4
normal
rand ^0.8
normal
rcgen ^0.10
normal
rev_buf_reader ^0.3
normal
rustls ^0.21
normal
rustls-pemfile ^1.0
normal
serde ^1.0
normal
serde_cbor ^0.11
normal
serde_derive ^1.0
normal
serde_json ^1.0
normal
serde_yaml ^0.9
normal
shellexpand ^3.1
normal
snap ^1.1
normal
strum ^0.24
normal
strum_macros ^0.24
normal
thiserror ^1.0
normal
tokio ^1.28
normal
tokio-rustls ^0.24
normal
anyhow ^1
dev
better-panic ^0.3
dev
portpicker ^0.1
dev
pretty_assertions ^1
dev
tempfile ^3
dev
tokio ^1.28
dev
procfs ^0.15
normal
libproc ^0.13.0
normal
whoami ^1
normal
winapi ^0.3
normal
Versions
47.12%
of the crate is documented
Go to latest version
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
☰
SharedState
In pueue_lib::state
?
Type Definition
pueue_lib
::
state
::
SharedState
source
·
[
−
]
pub type SharedState =
Arc
<
Mutex
<
State
>>;