Skip to content

Latest commit

 

History

History

Rust

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.