shori 0.0.4

Flexible parsing and transformation utilities for structured data. #[derive(Parser)] adds methods like .parse().json(), .toml(), .bin(), .map(), and .from() to simplify conversions using common wrappers like Arc, Mutex, Box, OnceCell, etc.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod parse;
pub mod parse_arc;
pub mod parse_bin;
pub mod parse_box;
pub mod parse_hash_map;
pub mod parse_json;
pub mod parse_mutex;
pub mod parse_once_cell;
pub mod parse_ref_cell;
pub mod parse_tokio_mutex;
pub mod parse_toml;
pub mod parse_unsafe_cell;
pub mod parse_vec;
pub mod prelude;