Skip to main content

Module admin

Module admin 

Source
Expand description

Auto-generated CRUD admin backed by crate::orm.

Apply #[derive(RustioAdmin)] to any struct that also implements crate::orm::Model, then call register on a Router to mount list / create / edit / delete routes at /admin/<admin_name>.

Re-exports§

pub use crate::http::FormData;

Structs§

AdminField

Enums§

FieldType

Traits§

AdminModel

Functions§

register