Docs.rs
boardswarm-client-0.0.1
boardswarm-client 0.0.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
sjoerdsimons
Dependencies
anyhow ^1.0.68
normal
async-trait ^0.1.74
normal
boardswarm-protocol ^0.0.1
normal
bytes ^1.4.0
normal
futures ^0.3.25
normal
http ^0.2.9
normal
http-serde ^1.1.3
normal
oauth2 ^4.4.2
normal
reqwest ^0.11.22
normal
serde ^1.0.189
normal
serde_yaml ^0.9.25
normal
thiserror ^1.0.40
normal
tokio ^1.30.0
normal
tonic ^0.10
normal
tower ^0.4.13
normal
tracing ^0.1.37
normal
url ^2.4.1
normal
Versions
2.33%
of the crate is documented
Platform
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
Files
boardswarm_client/
lib.rs
1
mod
authenticator;
2
pub mod
client;
3
pub mod
config;
4
pub mod
device;
5
pub mod
oidc;