langfuse_client_base/
lib.rs

1#![doc = include_str!("../README.md")]
2#![allow(unused_imports)]
3#![allow(clippy::too_many_arguments)]
4
5extern crate reqwest;
6extern crate serde;
7extern crate serde_json;
8extern crate serde_repr;
9extern crate url;
10
11pub mod apis;
12pub mod models;