Docs.rs
obrewin-data-structures-0.0.5
obrewin-data-structures 0.0.5
Permalink
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
McDic
Dependencies
chrono ^0.4
normal
obrewin-utils >=0
normal
rust_decimal ^1.35
normal
serde ^1.0
normal
Versions
59.68%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
obrewin_data_structures/
lib.rs
1
pub mod
market;
2
pub mod
misc;
3
pub mod
order;
4
5
pub use
obrewin_utils
as
utils;