Crates.io | quokka-admin |
lib.rs | quokka-admin |
version | |
source | src |
created_at | 2025-05-06 04:45:37.946316+00 |
updated_at | 2025-05-06 04:45:37.946316+00 |
description | An admin panel for quokka |
homepage | |
repository | |
max_upload_size | |
id | 1661883 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | 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 |
An admin-panel and control UI for the Quokka framework.
Quokka Admin provides you an easy to use and easy to extend UI to administer your web application by providing simple interfaces to manage your entities and extend the UI for new routes. It also provides a very extensible and flexible way of managing permissions which, through its modularity, can be easily expanded to let you create custom providers for login & auth. For more info check out the admin section in the Quokka Book or check the examples