caelix-core 0.0.30

Core primitives for the Caelix framework.
Documentation
1
2
3
4
5
6
7
# caelix-core

Core building blocks for the [Caelix](https://github.com/Ohanronnie/caelix) Rust backend framework: modules, dependency injection, provider lifecycle, controllers, HTTP primitives, events, validation, and caching.

Most applications should depend on the [`caelix`](https://crates.io/crates/caelix) facade instead of this crate directly.

[Guide](https://ohanronnie.github.io/caelix/) · [API docs](https://docs.rs/caelix-core) · [crates.io](https://crates.io/crates/caelix-core) · [GitHub](https://github.com/Ohanronnie/caelix)