rann 0.1.0

Rust Artificial Neural Network crate
Documentation
[package]
name = "rann"
version = "0.1.0"
authors = ["Fredrik Meringdal <fmeringdal@hotmail.com>"]
edition = "2018"
description = "Rust Artificial Neural Network crate"
license = "MIT"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rand = "0.7"