Docs.rs
aper-websocket-client-0.5.0
aper-websocket-client 0.5.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
paulgb
Dependencies
anyhow ^1.0.62
normal
aper ^0.5.0
normal
aper-stateroom ^0.5.0
normal
bincode ^1.3.3
normal
chrono ^0.4.22
normal
js-sys ^0.3.59
normal
serde ^1.0.143
normal
serde_json ^1.0.74
normal
tracing ^0.1.40
normal
wasm-bindgen ^0.2.82
normal
web-sys ^0.3.59
normal
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
Files
aper_websocket_client/
lib.rs
1
mod
client;
2
mod
typed;
3
mod
websocket;
4
5
pub use
client::AperWebSocketStateProgramClient;