Crates.io | actix-admin |
lib.rs | actix-admin |
version | |
source | src |
created_at | 2022-09-02 15:46:42.035477 |
updated_at | 2024-12-10 10:02:09.0242 |
description | An admin interface for actix-web |
homepage | |
repository | https://github.com/mgugger/actix-admin |
max_upload_size | |
id | 657446 |
Cargo.toml error: | TOML parse error at line 27, column 1 | 27 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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/
.