actix-admin

Crates.ioactix-admin
lib.rsactix-admin
version
sourcesrc
created_at2022-09-02 15:46:42.035477
updated_at2024-12-10 10:02:09.0242
descriptionAn admin interface for actix-web
homepage
repositoryhttps://github.com/mgugger/actix-admin
max_upload_size
id657446
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`
size0
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