secador 0.1.3

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

impl Sad {
    pub fn init(s: Sad) -> Sad {
        s
    }
}