lerp_derive 0.4.0

Generic linear interpolation and extrapolation, automatically implemented for a variety of numeric types.
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "1.0"

[lib]
proc-macro = true

[package]
authors = ["coriolinus <coriolinus@gmail.com>", "Zachary Kohnen <14093962+DusterTheFirst@users.noreply.github.com>"]
description = "Generic linear interpolation and extrapolation, automatically implemented for a variety of numeric types."
documentation = "https://coriolinus.github.io/lerp-rs/"
edition = "2018"
keywords = ["lerp", "math", "interpolate", "extrapolate", "numeric"]
license = "MIT"
name = "lerp_derive"
readme = "../README.md"
repository = "https://github.com/coriolinus/lerp-rs"
version = "0.4.0"