feattle-ui

Crates.iofeattle-ui
lib.rsfeattle-ui
version2.0.0
sourcesrc
created_at2020-10-11 21:30:54.227567
updated_at2024-06-26 08:22:46.956059
descriptionFeatture toggles for Rust, extensible and with background synchronization and administration UI
homepage
repositoryhttps://github.com/sitegui/feattle-rs
max_upload_size
id298443
size49,995
Guilherme Souza (sitegui)

documentation

README

feattle-ui

Crates.io Docs.rs CI Coverage Status

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 with [axum]
  • warp: provides [run_warp_server] for a read-to-use integration with [warp]

License

Licensed under either of

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.

Commit count: 121

cargo fmt