rdp icon indicating copy to clipboard operation
rdp copied to clipboard

A library providing FFI access to fast Ramer–Douglas–Peucker and Visvalingam-Whyatt line simplification algorithms

Results 2 rdp issues
Sort by recently updated
recently updated
newest added

I am trying to implement this Rust implementation into c# so far I created FFIArray which holds data to simplify as well as simplified data returned from Rust. ``` [StructLayout(LayoutKind.Sequential)]...

Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. Changelog Sourced from criterion's changelog. [0.5.0] - 2023-05-23 Changed Replaced lazy_static dependency with once_cell Improved documentation of the html_reports feature...

dependencies