architect-api 11.6.3

Architect.xyz Trading Platform API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod amount;
pub mod bimap;
pub mod chrono;
pub mod dir;
pub mod dir_pair;
pub mod duration;
pub mod json_schema;
pub mod maybe_file;
pub mod pagination;
pub mod pool;
#[cfg(feature = "postgres")]
pub mod postgres;
pub mod price;
pub mod rate_limit;
pub mod secrets;
pub mod sequence;
pub mod str;
pub mod uuid_val;