Crate feattle_ui
source ·Expand description
This crate implements an administration Web Interface for visualizing and modifying the feature flags (called “feattles”, for short).
It provides a web-framework-agnostic implementation in AdminPanel
and ready-to-use bindings
for warp
and axum
. Please refer to the
main package - feattle
for more information.
Note that authentication is not provided out-of-the-box and you’re the one responsible for controlling and protecting the access.
§Optional features
- axum: provides
axum_router
for a read-to-use integration withaxum
- warp: provides
run_warp_server
for a read-to-use integration withwarp
Modules§
- Describes the schema of the JSON API
Structs§
- The administration panel, agnostic to the choice of web-framework.
- Represent a rendered page
Enums§
- Represent what can go wrong while handling a request