//! 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};