structom 0.2.0

efficient data format for all needs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# structom
structom (StructuredAtoms) is a lightweight general data exchange format designed for universal applications, from small human readable object files to large scale data serialization.

## docs
### [specification]./spec/index.md
### languages
- [**rust**]https://crates.io/crates/structom
- [**javascript**]./js/readme.md

# tools
- [**structomer**]https://crates.io/crates/structomer
- [**codegen**]https://crates.io/crates/structom_codegen

## supported languages
language | object notation | binary format | serialized structs
-------- | --------------- | ------------- | ------------------
**rust** | [*] | [*] | [*]
**javascript** | [] | [*] | [*]