Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/featureprobe/server-sdk-rust
FeatureProbe Server Side SDK for Rust
https://github.com/featureprobe/server-sdk-rust
Last synced: 3 days ago
JSON representation
FeatureProbe Server Side SDK for Rust
- Host: GitHub
- URL: https://github.com/featureprobe/server-sdk-rust
- Owner: FeatureProbe
- License: apache-2.0
- Created: 2022-05-25T03:53:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T07:44:39.000Z (6 months ago)
- Last Synced: 2024-05-23T08:39:59.413Z (6 months ago)
- Language: Rust
- Homepage:
- Size: 326 KB
- Stars: 37
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FeatureProbe Server Side SDK for Rust
[![Top Language](https://img.shields.io/github/languages/top/FeatureProbe/server-sdk-rust)](https://github.com/FeatureProbe/server-sdk-rust/search?l=rust)
[![codecov](https://codecov.io/gh/featureprobe/server-sdk-rust/branch/main/graph/badge.svg?token=TAN3AU4CK2)](https://codecov.io/gh/featureprobe/server-sdk-rust)
[![Github Star](https://img.shields.io/github/stars/FeatureProbe/server-sdk-rust)](https://github.com/FeatureProbe/server-sdk-rust/stargazers)
[![Apache-2.0 license](https://img.shields.io/github/license/FeatureProbe/FeatureProbe)](https://github.com/FeatureProbe/FeatureProbe/blob/main/LICENSE)[FeatureProbe](https://featureprobe.com/) is an open source feature management service. This SDK is used to control features in rust programs. This
SDK is designed primarily for use in multi-user systems such as web servers and applications.## Basic Terms
Reading the short [Introduction](https://docs.featureprobe.io/reference/sdk-introduction) will help to understand the code blow more easily. [中文](https://docs.featureprobe.io/zh-CN/reference/sdk-introduction)
## How to use this SDK
See [SDK Doc](https://docs.featureprobe.io/how-to/Server-Side%20SDKs/rust-sdk) for detail. [中文](https://docs.featureprobe.io/zh-CN/how-to/Server-Side%20SDKs/rust-sdk)## Contributing
We are working on continue evolving FeatureProbe core, making it flexible and easier to use.
Development of FeatureProbe happens in the open on GitHub, and we are grateful to the
community for contributing bugfixes and improvements.Please read [CONTRIBUTING](https://github.com/FeatureProbe/featureprobe/blob/master/CONTRIBUTING.md)
for details on our code of conduct, and the process for taking part in improving FeatureProbe.