bakery 0.1.3

Deserialize binary objects from structured text data files
Documentation
1
2
3
4
5
6
7
8
struct {
    struct Vector<T> {
        x: T,
        y: T
    },
    a: Vector<u32>,
    b: Vector<bool>
}