actix-admin

Crates.ioactix-admin
lib.rsactix-admin
version0.8.0
created_at2022-09-02 15:46:42.035477+00
updated_at2024-12-10 10:02:09.0242+00
descriptionAn admin interface for actix-web
homepage
repositoryhttps://github.com/mgugger/actix-admin
max_upload_size
id657446
size286,062
Manuel Gugger (mgugger)

documentation

README

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/.

Commit count: 219

cargo fmt