rust d3 delaunay

2021 Edition.

crates.io Documentation Download

About

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

Phase 1

Early draft port - sub module by submodule. Sub module porting means the test have also been ported. No API stability guarentees.

Phase 2

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 :-

Other To-do's

This function used generators - which rust does not currently support.

Clippy report lots of documentation is missing.