sora-export 0.3.0

Simple and powerful configuration table compiler for games and data-heavy tools.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod binary;
mod bundle;
pub mod cbor;
pub mod debug_json;
pub mod exporter;
mod fs_util;
pub mod i18n;
pub mod json;
pub mod protobuf;
pub mod registry;
pub mod typed_protobuf;