Docs.rs
bothan-htx-0.0.1
bothan-htx 0.0.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
taobun
warittornc
Dependencies
async-trait ^0.1.77
normal
bothan-lib ^0.0.1
normal
flate2 ^1.0.35
normal
futures-util ^0.3.31
normal
rust_decimal ^1.10.2
normal
serde ^1.0.197
normal
serde_json ^1.0.138
normal
thiserror ^2.0.11
normal
tokio ^1.36.0
normal
tokio-tungstenite ^0.24.0
normal
tokio-util ^0.7.13
normal
tracing ^0.1.40
normal
Versions
98.63%
of the crate is documented
Platform
i686-pc-windows-msvc
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
bothan_htx/
lib.rs
1
pub use
worker::Worker;
2
pub use
worker::opts::WorkerOpts;
3
4
pub mod
api;
5
pub mod
worker;