--- title: Rust Server SDK description: Where to find LaunchDarkly Rust server SDK setup and API documentation --- # Rust (Server) — SDK detail **Primary:** [Rust SDK reference](https://launchdarkly.com/docs/sdk/server-side/rust) — crates.io, initialization, and API. **Also useful:** - crates.io: [launchdarkly-server-sdk](https://crates.io/crates/launchdarkly-server-sdk) - GitHub: [rust-server-sdk](https://github.com/launchdarkly/rust-server-sdk) - Sample: [hello-rust](https://github.com/launchdarkly/hello-rust) - API docs: [docs.rs launchdarkly-server-sdk](https://docs.rs/launchdarkly-server-sdk) **Recipe (detect / install summary):** [SDK Recipes](../recipes.md) — Rust (Server) There is no bundled onboarding code sample in this repo for Rust; follow the official reference.