cruct 1.0.0

A procedural macro for loading configuration files into Rust structs with compile‑time validation and type safety.
Documentation
1
2
3
4
5
6
7
8
9
10
mod test_arrays;
mod test_case_insensitive;
mod test_concurrency;
mod test_error_cases;
mod test_loader_flow;
mod test_loading;
mod test_macro_api;
mod test_missing_field;
mod test_nested_structures;
// mod test_scalar_types;