one_inch 0.1.1

Rusty API wrapper for the 1inch
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod liquidity_pools;
mod tokens_list;
mod swap;

/// Everything you need for performing requests on the swap/approve/* endpoints
pub mod approve;
mod quote;
mod types;

pub use liquidity_pools::*;
pub use tokens_list::*;
pub use swap::*;
pub use quote::*;
pub use types::*;