910 B
910 B
layout | list_title |
---|---|
default |
The actix-admin crate aims at creating a web admin interface similar to other admin interfaces (such as flask-admin in python).
Features
- Async: Builds on sea-orm as the database backend
- Macros generate the required implementations for models
- Authentication: optionally pass authentication handler to implement authentication for views
- Supports custom validation rules
- Searchable attributes can be specified
- Supports custom views, handlers and groups in the Navbar
Example
Check the examples and run with cargo run
. The admin interface is accessible under localhost:5000/admin/
.