8 releases (breaking)

0.8.0 Dec 10, 2024
0.7.0 Jun 11, 2024
0.6.0 Dec 13, 2023
0.5.0 Jul 5, 2023
0.1.0 Sep 2, 2022

#290 in HTTP server

50 downloads per month

MIT/Apache

90KB
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

~29–43MB
~735K SLoC