designo 0.2.0

The Main Library
Documentation
1
2
3
4
5
6
7
pub struct Paypal {}

impl Paypal {
    pub fn test() {
        println!("from test")
    }
}