elif-core 0.7.1

Core architecture foundation for the elif.rs LLM-friendly web framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod app_config;
pub mod builder;
pub mod schema;
pub mod sources;
pub mod validation;

pub use app_config::*;
pub use builder::*;
pub use schema::*;
pub use sources::*;
pub use validation::*;