If you need a concrete problem, you can copy my octree implementation into a blank rust library project under src/mod.rs. Just a couple steps
- cargo new --lib octree
- [editor command] src/lib.rs
- Paste from codebox into lib.rs
- cargo test
As I posted it there are two build tests, one of which fails.
~Max