Add README and update Cargo.toml to point to splines.
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -6,15 +6,15 @@ authors = ["Dimitri Sabadie <dimitri.sabadie@gmail.com>"]
|
||||
description = "Spline interpolation made easy"
|
||||
keywords = ["spline", "interpolation"]
|
||||
categories = ["science"]
|
||||
homepage = "https://github.com/phaazon/spline"
|
||||
repository = "https://github.com/phaazon/spline"
|
||||
documentation = "https://docs.rs/spline"
|
||||
homepage = "https://github.com/phaazon/splines"
|
||||
repository = "https://github.com/phaazon/splines"
|
||||
documentation = "https://docs.rs/splines"
|
||||
readme = "README.md"
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "phaazon/spline", branch = "master" }
|
||||
is-it-maintained-issue-resolution = { repository = "phaazon/spline" }
|
||||
is-it-maintained-open-issues = { repository = "phaazon/spline" }
|
||||
travis-ci = { repository = "phaazon/splines", branch = "master" }
|
||||
is-it-maintained-issue-resolution = { repository = "phaazon/splines" }
|
||||
is-it-maintained-open-issues = { repository = "phaazon/splines" }
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
|
4
README.md
Normal file
4
README.md
Normal file
@@ -0,0 +1,4 @@
|
||||
This crate provides [splines](https://en.wikipedia.org/wiki/Spline_(mathematics)), mathematic curves
|
||||
defined piecewise through control keys a.k.a. knots.
|
||||
|
||||
Feel free to dig in the [online documentation](https://docs.rs/splines) for further information.
|
Reference in New Issue
Block a user