caelix 0.0.24

Public Caelix framework crate.
Documentation

Caelix

Caelix is a Rust backend framework with explicit modules, dependency injection, controllers, lifecycle hooks, validation, events, WebSockets, and Actix or Axum runtime support.

cargo add caelix

Actix is enabled by default. For Axum:

caelix = { version = "0.0.23", default-features = false, features = ["axum"] }

Documentation · API docs · crates.io · GitHub