secador 0.1.3

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

impl Happy {
    pub fn init(h: Happy) -> Happy {
        h
    }
}