Broken example rayon-chunks
The example rayon-chunks doesn't run, I assume its because of the ilattice dependency.
https://github.com/bonsairobo/fast-surface-nets-rs/blob/main/examples-crate/Cargo.toml#L12
In the Cargo.toml file it refrences branch = "main" for the ilattice dependency.
There have probably been some code changes that break the example.
It would be better if the example was updated to depend on a spesific version of ilattice.
Yes, you are correct in that the problem was with ilattice, the example uses a the git version of Ilattice that uses Aabb, not Extent as the example uses.
There also was a problem where one of the glam types were picked up from Ilattice::glam (0.25) and one from fast-surface-nets (0.29?) and the example tried to convert between them.