//! Core formatting and parsing utilities for Styx.
//!
//! This crate provides the low-level building blocks for Styx serialization
//! and deserialization, independent of any specific framework (facet, serde, etc.).
pub use ;
pub use FormatOptions;
pub use ;
pub use ;
pub use StyxWriter;