elif-core 0.7.1

Core architecture foundation for the elif.rs LLM-friendly web framework
Documentation
1
2
3
4
5
6
7
pub mod lifecycle;
pub mod provider;
pub mod registry;

pub use lifecycle::*;
pub use provider::*;
pub use registry::*;