This repository uses the cargo examples facility. You can run nested example files by path, e.g.:
```bash
cargo run --example advanced/manager_raw_full_peek
```
Alternatively, you can move/rename examples into the top-level `examples/` if you prefer shorter cargo example names.