prealloc 0.1.0

Build time heap-like memory preallocation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[
    {
        "name": "Item1",
        "type": "crate::MyItem",
        "size": 3
    },
    {
        "name": "Item2",
        "type": "crate::OtherItem",
        "size": 10
    }
]