enterpolation 0.2.1

A library for creating and computing interpolations, extrapolations and smoothing of generic data points.
Documentation
example = []

[[bench]]
harness = false
name = "benches"
[badges.maintenance]
status = "actively-developed"
[dependencies.assert_float_eq]
default-features = false
version = "1"

[dependencies.num-traits]
default-features = false
version = "0.2"

[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "1"

[dependencies.topology-traits]
default-features = false
version = "0.1.2"
[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.image]
version = "0.24"

[dev-dependencies.palette]
version = "0.7"

[features]
bezier = []
bspline = []
default = ["std", "linear", "bezier", "bspline"]
libm = ["num-traits/libm", "topology-traits/libm"]
linear = []
serde = ["dep:serde"]
std = ["num-traits/std", "assert_float_eq/std", "topology-traits/std", "serde?/std"]

[package]
authors = ["Nicolas Klenert <klenert.nicolas@gmail.com>"]
categories = ["graphics", "mathematics", "no-std"]
description = "A library for creating and computing interpolations, extrapolations and smoothing of generic data points."
documentation = "https://docs.rs/enterpolation"
edition = "2021"
exclude = ["examples/*", ".gitignore", "CHANGELOG.md", "CONTRIBUTING.md"]
keywords = ["interpolation", "curve", "spline", "bspline", "bezier"]
license = "MIT OR Apache-2.0"
name = "enterpolation"
readme = "README.md"
repository = "https://github.com/NicolasKlenert/enterpolation"
version = "0.2.1"
[package.metadata.cargo-all-features]
always_include_features = [["std", "libm"]]
max_combination_size = 4
skip_feature_sets = [["std", "libm"]]