Releases: kade-robertson/simplify-polyline
Releases · kade-robertson/simplify-polyline
v0.5.0
v0.4.0
v0.3.0
v0.2.1
v0.2.0
What's Changed
- Accepts any points with number values that implement the
ExtendedNumOps
trait:
use num_traits::{FromPrimitive, Num, NumAssign};
pub trait ExtendedNumOps: Num + Clone + Copy + NumAssign + PartialOrd + FromPrimitive {}
- Implements
ExtendedNumOps
for all primitive number types.
Full Changelog: v0.1.0...v0.2.0
v0.1.0 - Initial Release
chore: update required config fields