rson-schema 1.0.0

Schema validation for RSON
Documentation
1
2
3
4
5
6
7
8
//! RSON schema validation
//!
//! This crate provides schema validation for RSON values.

pub use rson_core::*;

// TODO: Implement schema validation
// For now, this is a placeholder to let the workspace compile