//! Rudano, Rust Data Notation, is a data serialization format designed to be as
//! similar as possible to Rust's own syntax.
//!
//! # Usage
//!
//! Add this to your `Cargo.toml` (verifying the version number):
//!
//! ```text
//! [dependencies]
//! rudano = "0.1"
//! ```
//!
//! Then you can use `to_string_pretty` or `to_string_compact` for serialization and `from_str` for
//! deserialization. There are examples in the function docs.
pub use ;
pub use ;
pub use ;
pub use serialize_array;