//! Serde integration for RSON
//!
//! This crate provides `Serialize` and `Deserialize` implementations for working
//! with RSON data using the serde framework.
pub use *;
// TODO: Implement serde serializer and deserializer
// For now, this is a placeholder to let the workspace compile