simple-octree 0.1.0

A simple octree implementation written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
[package]
authors = ["Chris Williams <chris@chrispwill.com>"]
description = "A simple octree implementation written in Rust."
edition = "2018"
license = "MIT"
name = "simple-octree"
readme = "README.md"
repository = "https://github.com/ChrisPWill/simple-octree"
version = "0.1.0"