s2json 1.29.0

This library supports the S2JSON 1.0 Specification
Documentation
1
2
3
4
5
6
7
extern crate s2json_core;
#[cfg(feature = "derive")]
extern crate s2json_derive;

pub use s2json_core::*;
#[cfg(feature = "derive")]
pub use s2json_derive::*;