hyparview 0.1.3

A Rust implementation of HyParView algorithm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "hyparview"
version = "0.1.3"
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
description = "A Rust implementation of HyParView algorithm"
homepage = "https://github.com/sile/hyparview"
repository = "https://github.com/sile/hyparview"
readme = "README.md"
license = "MIT"
categories = ["algorithms"]
edition = "2018"

[badges]
travis-ci = {repository = "sile/hyparview"}
codecov = {repository = "sile/hyparview"}

[dependencies]
rand = "0.6"