serde_rson 1.0.0

Serde integration for RSON
Documentation
1
2
3
4
5
6
7
8
9
//! Serde integration for RSON
//!
//! This crate provides `Serialize` and `Deserialize` implementations for working
//! with RSON data using the serde framework.

pub use rson_core::*;

// TODO: Implement serde serializer and deserializer
// For now, this is a placeholder to let the workspace compile