rust-3d 0.34.0

2D/3D library written in rust
Documentation
[package]
name = "rust-3d"
version = "0.34.0"
authors = ["Martin Buck <buckmartin@buckmartin.de>"]
description = "2D/3D library written in rust"
documentation = "https://docs.rs/rust-3d/"
homepage = "https://github.com/I3ck/rust-3d"
repository = "https://github.com/I3ck/rust-3d"
readme = "README.md"
keywords = ["2d", "3d", "pointcloud", "mesh", "filters"]
categories = ["algorithms", "data-structures", "mathematics"]
license = "MIT"
edition = "2018"

exclude = [
    ".gitignore",
    "BUGS",
    "TODO",
    "format-code.sh",
]

[dependencies]
num = "0.2.1"
bitvec = "0.17.3"
fnv = "1.0.6"