polyester-sdk 0.1.0-alpha.27

Official Rust SDK for Polyester APIs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// @generated by scripts/gen_module_tree.py — DO NOT EDIT BY HAND.
#![allow(
    unused_imports,
    dead_code,
    clippy::all,
    warnings,
    unused_qualifications
)]

pub mod analytics;
pub mod deposit;
pub mod guard;
pub mod lifecycle;
pub mod withdraw;
pub mod zipper;