baml 0.221.0

BAML runtime for Rust - type-safe LLM function calls
Documentation
1
2
3
4
5
6
//! Re-export `KnownTypes` from crate root.
//!
//! The actual trait definition is in `crate::known_types` to avoid
//! circular dependencies between error.rs and codec/.

pub use crate::known_types::KnownTypes;