7 releases (breaking)
0.7.0 | Jun 11, 2024 |
---|---|
0.6.0 | Dec 13, 2023 |
0.5.0 | Jul 5, 2023 |
0.4.0 | Mar 20, 2023 |
0.1.0 | Sep 2, 2022 |
#494 in HTTP server
85KB
2K
SLoC
Actix Admin
The actix-admin crate aims at creating a web admin interface similar to other admin interfaces (such as flask-admin).
Usage
See the documentation at https://mgugger.github.io/actix-admin/.
Example
Check the example and run with cargo run --example basic
from the root folder. The admin interface is accessible under localhost:5000/admin/
.
lib.rs
:
Actix Admin
The actix-admin crate aims at creating a web admin interface similar to other admin interfaces (such as flask-admin in python).
See the documentation at https://mgugger.github.io/actix-admin/.
Dependencies
~28–42MB
~730K SLoC