Go to file
2022-10-24 20:09:59 +02:00
actix_admin_macros export lib crates in prelude to use in macro 2022-10-24 18:42:51 +02:00
docs update docs 2022-10-24 20:09:59 +02:00
example export lib crates in prelude to use in macro 2022-10-24 18:42:51 +02:00
src update docs 2022-10-24 20:09:59 +02:00
static add initial crate documentation 2022-09-02 17:06:13 +02:00
templates add custom handlers and add them optionally to the menu 2022-10-11 18:54:45 +02:00
tests add custom handlers and add them optionally to the menu 2022-10-11 18:54:45 +02:00
.gitignore add jekyll docs 2022-10-24 19:15:52 +02:00
Cargo.toml bump to v0.2.0 2022-10-11 19:05:24 +02:00
README.md update docs 2022-10-24 20:09:59 +02:00

Actix Admin

The actix-admin crate aims at creating a web admin interface similar to other admin interfaces (such as flask-admin in python).

Usage

See the documentation at https://mgugger.github.io/actix-admin/.

Example

Check the example and run with cargo run. The admin interface is accessible under localhost:5000/admin/.