Docs.rs
bothan-coingecko-0.0.1
bothan-coingecko 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
humantime-serde ^1.1.1
normal
reqwest ^0.12.3
normal
rust_decimal ^1.10.2
normal
serde ^1.0.197
normal
thiserror ^2.0.11
normal
tokio ^1.36.0
normal
tokio-util ^0.7.13
normal
tracing ^0.1.40
normal
url ^2.5.0
normal
mockito ^1.4.0
dev
serde_json ^1.0.138
dev
Versions
97.37%
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_coingecko/
lib.rs
1
pub use
worker::Worker;
2
pub use
worker::opts::WorkerOpts;
3
4
pub mod
api;
5
pub mod
worker;