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
12
13
14
15
pub mod definition;
pub mod descriptors;
pub mod loader;
pub mod metadata;
pub mod registry;
pub mod routing;
pub mod runtime;

pub use definition::*;
pub use descriptors::*;
pub use loader::*;
pub use metadata::*;
pub use registry::*;
pub use routing::*;
pub use runtime::*;