Crate tryparse_derive

Crate tryparse_derive 

Source
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 LlmDeserialize trait for a struct.
SchemaInfo
Derives the SchemaInfo trait for a struct or enum.