| Crates.io | actix-admin |
| lib.rs | actix-admin |
| version | 0.8.0 |
| created_at | 2022-09-02 15:46:42.035477+00 |
| updated_at | 2024-12-10 10:02:09.0242+00 |
| description | An admin interface for actix-web |
| homepage | |
| repository | https://github.com/mgugger/actix-admin |
| max_upload_size | |
| id | 657446 |
| size | 286,062 |
The actix-admin crate aims at creating a web admin interface similar to other admin interfaces (such as flask-admin).
See the documentation at https://mgugger.github.io/actix-admin/.
Check the example and run with cargo run --example basic from the root folder. The admin interface is accessible under localhost:5000/admin/.