rstructor 0.3.0

Rust equivalent of Python's Instructor + Pydantic: Extract structured, validated data from LLMs (OpenAI, Anthropic, Grok, Gemini) using type-safe Rust structs and enums
Documentation
1
2
3
4
5
6
mod instructor;

pub use instructor::{Instructor, Validatable};

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