gluino 0.1.0

A library for working with/serializing data using the Gluino spec.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub fn change_data() {
    println!("Today")
}

#[cfg(test)]
mod tests {
    use super::*;

    #[test]
    fn it_works() {
        assert_eq!(4, 4);
    }
}