Expand description
Derive macros for tryparse
This crate provides the LlmDeserialize derive macro for automatically
generating fuzzy deserialization logic from Rust types.
Derive Macrosยง
- LlmDeserialize
- Derives the
LlmDeserializetrait for structs and enums.