16 releases (5 stable)
| 4.0.0 | May 6, 2025 |
|---|---|
| 3.0.1 | Apr 17, 2025 |
| 3.0.0 | Mar 13, 2025 |
| 2.0.0 | Jun 26, 2024 |
| 0.2.5 | Oct 23, 2020 |
#824 in Development tools
1,471 downloads per month
Used in feattle
115KB
2.5K
SLoC
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 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_routerfor a read-to-use integration withaxum - warp: provides
run_warp_serverfor a read-to-use integration withwarp
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
See CONTRIBUTING.md.
Dependencies
~5–19MB
~213K SLoC