9 releases (4 stable)

1.2.0 Mar 14, 2024
1.1.1 Aug 7, 2023
1.1.0 May 5, 2023
1.0.0 Dec 6, 2022
1.0.0-beta.2 Jan 22, 2022

#475 in Development tools

Download history 2872/week @ 2023-12-23 8297/week @ 2023-12-30 10688/week @ 2024-01-06 9518/week @ 2024-01-13 9653/week @ 2024-01-20 11168/week @ 2024-01-27 10484/week @ 2024-02-03 11054/week @ 2024-02-10 10571/week @ 2024-02-17 11554/week @ 2024-02-24 13556/week @ 2024-03-02 10283/week @ 2024-03-09 11614/week @ 2024-03-16 12450/week @ 2024-03-23 11297/week @ 2024-03-30 9587/week @ 2024-04-06

47,000 downloads per month
Used in 2 crates (via launchdarkly-server-sdk)

Apache-2.0

360KB
8K SLoC

LaunchDarkly Rust SDK Evaluation Engine

Run CI

LaunchDarkly overview

LaunchDarkly is a feature management platform that serves trillions of feature flags daily to help teams build better software, faster. Get started using LaunchDarkly today!

Twitter Follow

Getting started

This repository contains the internal feature flag evaluation logic and data model used by the LaunchDarkly Rust SDK. It is packaged separately because it is also used by internal LaunchDarkly components. Applications using the LaunchDarkly Rust SDK should not need to reference this package directly.

Learn more

Read our documentation for in-depth instructions on configuring and using LaunchDarkly. You can also head straight to the complete reference guide for the Rust SDK, or the generated API documentation for this project.

Minimum Supported Rust Version

This project aims to maintain compatibility with a Rust version that is at least six months old.

Version updates may occur more frequently than the policy guideline states if external forces require it. For example, a CVE in a downstream dependency requiring an MSRV bump would be considered an acceptable reason to violate the six month guideline.

Contributing

We encourage pull requests and other contributions from the community. Check out our contributing guidelines for instructions on how to contribute to this SDK.

About LaunchDarkly

  • LaunchDarkly is a continuous delivery platform that provides feature flags as a service and allows developers to iterate quickly and safely. We allow you to easily flag your features and manage them from the LaunchDarkly dashboard. With LaunchDarkly, you can:
    • Roll out a new feature to a subset of your users (like a group of users who opt-in to a beta tester group), gathering feedback and bug reports from real-world use cases.
    • Gradually roll out a feature to an increasing percentage of users, and track the effect that the feature has on key metrics (for instance, how likely is a user to complete a purchase if they have feature A versus feature B?).
    • Turn off a feature that you realize is causing performance problems in production, without needing to re-deploy, or even restart the application with a changed configuration file.
    • Grant access to certain features based on user attributes, like payment plan (eg: users on the ‘gold’ plan get access to more features than users in the ‘silver’ plan). Disable parts of your application to facilitate maintenance, without taking everything offline.
  • LaunchDarkly provides feature flag SDKs for a wide variety of languages and technologies. Read our documentation for a complete list.
  • Explore LaunchDarkly

Dependencies

~5–7.5MB
~136K SLoC