//! YTsaurus [Skiff] schema and format support.
//!
//! Skiff is schema-driven: a byte stream cannot be decoded without its table
//! schemas. This crate validates that contract and provides a bounded dynamic
//! codec; typed rows and job-runtime integration build on those layers.
//!
//! [Skiff]: https://ytsaurus.tech/docs/en/user-guide/storage/skiff
/// Skiff schema and format types.
/// Bounded Skiff stream encoding and decoding.
pub use crate;
pub use crate;