Skip to content

Latest commit

 

History

History
22 lines (22 loc) · 505 Bytes

project_structure.md

File metadata and controls

22 lines (22 loc) · 505 Bytes
├── contracts
│   ├── exchange
│   │   ├── Cargo.toml
│   │   └── lib.rs
│   └── usd_token
│       ├── Cargo.toml
│       └── lib.rs
├── impls
│   ├── mod.rs
│   ├── exchange.rs
│   └── exchange_data.rs
├── traits
│   ├── mod.rs
│   ├── exchange.rs
│   └── usd_token.rs
├── derive
│   ├── Cargo.toml
│   └── lib.rs
├── lib.rs
├── Cargo.toml