6 releases (breaking)

0.6.0 Dec 13, 2023
0.5.0 Jul 5, 2023
0.4.0 Mar 20, 2023
0.3.0 Jan 21, 2023
0.1.0 Sep 2, 2022

#49 in #admin

31 downloads per month
Used in actix-admin

MIT/Apache

47KB
982 lines

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 Macros

Macros used by the actix-admin crate

Dependencies

~4–5MB
~95K SLoC