//! Syndrome-Trellis Codes encoding and decoding.
//!
//! The coder is implemented in [`native`], in safe Rust and with no external
//! dependency. It replaces the FFI wrapper around libsdc++ this module used to
//! carry; the public surface — [`stc_encode_safe`], [`stc_decode_safe`],
//! [`StcConfig`], [`StcError`] — is unchanged, so nothing above this layer
//! noticed the substitution.
pub use ;
pub use ;