adminx-core 0.3.0

Framework-neutral core for the adminx admin-panel framework: the Resource trait, storage abstraction, registry, and neutral request/response types shared by every web-framework and database adapter.
Documentation

adminx-core

Framework- and database-neutral core of the adminx admin-panel framework: the Resource trait, the Storage abstraction, the registry, neutral ReqCtx/ApiResponse types, the Tera-rendered UI, JWT auth + RBAC, MFA, CSRF-protected forms, per-account login/MFA rate limiting, a pluggable Authorizer seam (implemented by adminx-rbac), and list filters. It contains no web framework and no database.

You probably want adminx

Depend on the single adminx facade instead — it re-exports this core plus your chosen framework (Actix/Axum) and storage (SeaORM/Mongo) adapters behind Cargo features:

adminx = { version = "2", features = ["axum", "seaorm"] }

Full documentation and usage: docs.rs/adminx and the adminx README. MIT licensed.