You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm interested in using feature flags in an embedded/client Rust application. Client-side, server-side, and edge SDKs discusses the distinction between the client-side and server-side SDKs and the importance of selecting the correct library for your application.
Describe the solution you'd like
A client SDK crate, similar to the C and C++ Client SDK.
Describe alternatives you've considered
I have considered wrapping the C and C++ Client SDK library in a -sys style crate with bindgen, this would be less than ideal when this crate demonstrates the potential for an idiomatic Rust interface for LaunchDarkly.
The text was updated successfully, but these errors were encountered:
Async would be perfect, similar to how this crate interfaces with tokio in the examples. Nothing too crazy, I'm targeting Linux-based systems and building with std.
Is your feature request related to a problem? Please describe.
I'm interested in using feature flags in an embedded/client Rust application. Client-side, server-side, and edge SDKs discusses the distinction between the client-side and server-side SDKs and the importance of selecting the correct library for your application.
Describe the solution you'd like
A client SDK crate, similar to the C and C++ Client SDK.
Describe alternatives you've considered
I have considered wrapping the C and C++ Client SDK library in a
-sys
style crate with bindgen, this would be less than ideal when this crate demonstrates the potential for an idiomatic Rust interface for LaunchDarkly.The text was updated successfully, but these errors were encountered: