[][src]Crate feattle_ui

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 a ready-to-use binding to warp in run_warp_server. Please refer to the main package - feattle for more information.

Optional features

Structs

AdminPanel

The administration panel, agnostic to the choice of web-framework.

RenderedPage

Represent a rendered page

Enums

RenderError

Represent what can go wrong while handling a request

Functions

run_warp_server

Run the given admin panel using warp framework.