About beginning

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

  1. cargo new --lib octree
  2. [editor command] src/lib.rs
  3. Paste from codebox into lib.rs
  4. cargo test

As I posted it there are two build tests, one of which fails.

~Max

3 Likes