arche 4.11.0

An opinionated backend foundation for Axum applications, providing batteries-included integrations for cloud services, databases, authentication, middleware, and logging.
Documentation
1
2
3
4
5
6
7
pub mod one_shot;
pub mod provider;
pub mod types;

pub use one_shot::{one_shot, one_shot_tool};
pub use provider::{LlmProvider, LlmStream};
pub use types::*;