autumn-admin-plugin
Out-of-the-box admin panel plugin for autumn-web applications.
Provides auto-generated CRUD views, search, filtering, and audit trails
for any model registered via the [AdminPlugin] builder. The UI is
server-rendered with Maud + HTMX — no JS build step required.
Quick start
use AdminPlugin;
app
.plugin
.routes
.run
.await;
Security
The plugin requires the "admin" role in the session by default. Override
with [AdminPlugin::require_role] (pass None to disable; not recommended
for production).
Naming convention
First-party plugin: autumn-<name>-plugin.