langhub-core 0.1.1

The core framework of LangHub is called Crates.
Documentation
1
2
3
4
5
pub mod llms;
pub mod types;

pub use llms::*;
pub use types::*;