spl-token-lending 0.2.0

Solana Program Library Token Lending
Documentation
1
2
3
4
5
6
7
8
9
//! Math for preserving precision

mod common;
mod decimal;
mod rate;

pub use common::*;
pub use decimal::*;
pub use rate::*;