Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 668 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 668 Bytes

Unleash Rust SDK

Edit in CodeSandbox

Here you can easily get started with Unleash SDK for Rust and experiment.

cp -n .env.example .env
cargo watch -x run

Check out src/main.rs for the code. Set your flag name in line :13. Put you instance URL and API client token in .env. When you save, cargo will automatically recompile and show a new version thanks to cargo-watch.