shori 0.0.1

Flexible parsing and transformation utilities for structured data. Provides helpers like .to_box(), .to_json(), and .from() to simplify data handling and conversion.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
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_unsafe_cell;
pub mod parse_vec;
pub mod prelude;