rstructor 0.3.1

The Rust equivalent of Python's Instructor + Pydantic. Extract structured, validated data from LLMs (OpenAI, Anthropic Claude, Grok, Gemini) into type-safe structs and enums, with automatic JSON Schema generation, parsing, and validation-with-retry.
Documentation
1
2
3
4
5
6
mod instructor;

pub use instructor::{Instructor, Validatable};

#[doc(hidden)]
pub use instructor::__private;