Skip to main content

langfuse_core/api/
mod.rs

1//! Auto-generated Langfuse REST API client.
2//!
3//! Generated from the vendored OpenAPI spec (`openapi.yml`) using `progenitor`.
4
5// Warnings suppressed via #[allow] on the module declaration in lib.rs
6
7include!(concat!(env!("OUT_DIR"), "/codegen.rs"));