llmrix-rust-sdk 1.0.0

Official Rust SDK for the llmrix AI Agent Platform API
Documentation
1
2
3
4
5
pub mod event;
pub mod parser;

pub use event::*;
pub use parser::EventHandler;