fog-pack 0.5.0

Binary Data format supporting immutable references, schema, and compression
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*!

The main specifications for fog-pack.

fog-pack's specifications cover the raw encoding of data, wrapping that data with a brief header 
and optional compression, and specifying valid data for a schema or a query.

- [Raw Data Format](./raw_data/index.html)
- [Encoding Documents, Entries, and Queries](./encodings/index.html)
- [Schema Document Format](./schema/index.html)
- [Validation Language](./validation/index.html)

*/

pub mod raw_data;
pub mod encodings;
pub mod validation;
pub mod schema;