Docs.rs
exoware-simulator-0.0.2
exoware-simulator 0.0.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
patrick-ogrady
Dependencies
axum ^0.8.1
normal
base64 ^0.22.1
normal
bincode ^1.3.3
normal
clap ^4.5.18
normal
dashmap ^5.5.3
normal
exoware-sdk-rs ^0.0.2
normal
futures ^0.3.30
normal
futures-util ^0.3.30
normal
portpicker ^0.1.1
normal
rand ^0.8.5
normal
rocksdb ^0.22.0
normal
serde ^1.0.219
normal
tempfile ^3.10.1
normal
thiserror ^2.0.12
normal
tokio ^1.43.0
normal
tokio-stream ^0.1.15
normal
tower-http ^0.5.2
normal
tracing ^0.1.41
normal
tracing-subscriber ^0.3.19
normal
url ^2.5.2
normal
Versions
80%
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
exoware_simulator/
lib.rs
1
//! Simulate the Exoware API.
2
3
pub mod
server;
4
pub mod
testing;