nextjson 0.1.4

A dependency-free, no_std data-contract engine: schema-first, multi-format, reuse-first JSON/CBOR and 16 wire formats.
Documentation
1
2
3
4
5
6
7
//! Encoder configuration and construction.
//!
//! [`Encoder`], [`FastEncoder`], 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, FastEncoder};