lerp_derive 0.4.0

Generic linear interpolation and extrapolation, automatically implemented for a variety of numeric types.
Documentation
[package]
name = "lerp_derive"
version = "0.4.0"
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."
repository = "https://github.com/coriolinus/lerp-rs"
documentation = "https://coriolinus.github.io/lerp-rs/"
readme = "../README.md"
license = "MIT"
keywords = ["lerp", "math", "interpolate", "extrapolate", "numeric"]
edition = "2018"

[dependencies]
syn = { version = "1.0", features = ["full"] }
quote = "1.0"
proc-macro2 = "1.0"

[lib]
proc-macro = true