nextjson 0.1.1

A dependency-free, no_std JSON and CBOR library with a schema-driven, visitor-free design.
Documentation
1
2
3
4
5
6
//! Encoder configuration and construction.
//!
//! [`Encoder`] and [`EncodeConfig`] are defined in the serialization module;
//! they are re-exported here as the `nextjson::encoding` configuration surface.

pub use crate::ser::{EncodeConfig, Encoder};