Expand description
Derive macros for tryparse
This crate provides derive macros for automatically generating schema information and deserialization logic from Rust types.
Derive Macrosยง
- LlmDeserialize
- Derives the
LlmDeserializetrait for a struct. - Schema
Info - Derives the
SchemaInfotrait for a struct or enum.