cruct 1.0.0

A procedural macro for loading configuration files into Rust structs with compile‑time validation and type safety.
Documentation
{
    "else": "json value",
    "http_port": 3000,
    "items": [
        "x",
        "y",
        "z"
    ],
    "numbers": [
        10,
        20,
        30
    ],
    "matrix": [
        [
            1,
            2
        ],
        [
            3,
            4
        ]
    ]
}