casper 0.1.0

Minimal configuration language, inspired by Ghostty
Documentation
1
2
3
4
5
6
7
mod de;
mod error;
mod ser;

pub use de::{Deserializer, from_reader, from_slice, from_str};
pub use error::{Error, Result};
pub use ser::{Serializer, to_bytes, to_string, to_writer};