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
11
12
13
14
15
else: "yaml value"
http_port: 4000

items:
  - alpha
  - beta
  - gamma
numbers:
  - 100
  - 200
  - 300

matrix:
  - [1, 2]
  - [3, 4]