secador 0.1.3

Stop repeating code
Documentation
1
2
3
4
5
6
7
8
#[derive(Debug)]
pub struct Mad;

impl Mad {
    pub fn init(m: Mad) -> Mad {
        m
    }
}