Docs.rs
cefi-rs-0.1.0
cefi-rs 0.1.0
Docs.rs crate page
MIT
09 June 2026
Links
Repository
crates.io
Source
Owners
quantoor
Dependencies
anyhow ^1.0
normal
async-trait ^0.1.88
normal
cefi-rs-binance ^0.1.0
normal
cefi-rs-bybit ^0.1.0
normal
chrono ^0.4.38
normal
futures ^0.3.30
normal
reqwest ^0.11
normal
serde ^1.0
normal
serde_json ^1.0
normal
strum ^0.26
normal
strum_macros ^0.26
normal
tokio ^1
normal
tokio-tungstenite ^0.23.1
normal
tracing ^0.1.40
normal
tracing-appender ^0.2.3
normal
tracing-subscriber ^0.3
normal
Versions
0%
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
Skip to main content
Files
cefi_rs/
lib.rs
1
pub mod
exchanges;
2
pub mod
interface_http;
3
pub mod
trade;
4
pub mod
types;