2021 Edition.
This is a port of the d3-delaunay library into a RUST library crate/package. It is in a very early development phase.
Currently the code coverage as reported by Cargo tarpaulin is 80%.
A collection of d3 submodules is currently being ported RUST
Early draft port - sub module by submodule. Sub module porting means the test have also been ported. No API stability guarentees.
API finialization. There maybe optimisation in the area of generics. So the API only gets locked down in phase 2. The code will be profiled and bottlenecks identified.
Modules, passing test ready for phase 2 evaluation :-
This function used generators - which rust does not currently support.
Clippy report lots of documentation is missing.