flipt 1.0.0

Flipt Server SDK
Documentation
# Flipt Rust

[![crates.io](https://img.shields.io/crates/v/flipt.svg)](https://crates.io/crates/flipt)

This directory contains the Rust source code for the Flipt [server-side](https://www.flipt.io/docs/integration/server/rest) client.

## Documentation

API documentation is available at <https://www.flipt.io/docs/reference/overview>.
This directory contains the Rust source code for the Rust server side SDK.

## Installation

```sh
cargo add flipt
```

## Usage

In the [examples](./examples) directory, there is an example Rust program which imports in the flipt client, and uses it appropriately, please refer to that for how to use the client.