chull 0.2.2

Convex hull approximation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "chull"

version = "0.2.2"

authors = ["daidanretsu<daidanretsu@outlook.jp>"]

description = "Convex hull approximation"

keywords = ["convex", "hull", "geo"]

edition = "2018"

license = "MIT/Apache-2.0"

repository ="https://github.com/daidanretsu/chull"

documentation = "https://docs.rs/chull/"

readme = "README.md"



[dependencies]

num-traits = "0.2"

kdtree = "0.6"



[dev-dependencies]

num-bigint = "0.3.0"