Small algorithm exercises from leetcode, hackerrank...
b __asan_on_error to debug
Edit leetcode/Cargo.toml and add a section as follows:
[[bin]]
name = "<new exercise name>"
path = "<new exercise name>.rs"
cargo build
./target/debug/<exercise name> --json_unittests leetcode/<exercise name>.unittests.json [--index <test idx>]