Flipt Rust Library
Documentation
API documentation is available at https://www.flipt.io/docs/reference/overview.
SDK documentation is available at https://docs.rs/crate/flipt/latest.
Status
This SDK is considered in 'hardening' status. We will try to minimize breaking changes, however there still may be breaking changes between versions without a major version update.
We recommend pinning the package version to a specific version in your Cargo.toml file. This way, you can install the same version each time without breaking changes unless you are intentionally looking for the latest version.
Install
# Cargo.toml
[]
= "0.x.0"
Usage
use ;
use ApiClient;
use Config;
async
Contributing
TODO