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
.