lineic 0.3.0

Flexible linear interpolator for Rust
Documentation
[dependencies]

[[example]]
name = "custom_types"
path = "examples/custom_types.rs"

[[example]]
name = "start_here"
path = "examples/start_here.rs"

[features]
no_std = []

[lib]
name = "lineic"
path = "src/lib.rs"

[package]
authors = ["@rscarson"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["mathematics", "algorithms", "encoding", "visualization"]
description = "Flexible linear interpolator for Rust"
edition = "2021"
keywords = ["rust", "algorithms", "math", "interpolation", "mathematics"]
license = "MIT OR Apache-2.0"
name = "lineic"
readme = "readme.md"
repository = "https://github.com/rscarson/lineic"
version = "0.3.0"