stonfi_api_client 0.9.0

API client for Stonfi
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![doc = include_str!("../README.md")]
#![warn(missing_docs)]

/// Re-export of the shared executor and error crate used by this client.
pub use api_clients_core; // re-export
/// Top-level STON.fi client and builder.
pub mod api_client;
/// Public export-feed requests, responses, and wire models.
pub mod export;
/// STON.fi API v1 requests, responses, and wire models.
pub mod v1;