1 unstable release

Uses old Rust 2015

0.1.0 Jun 28, 2015

25 downloads per month

11KB
151 lines

noptim

noptim is a generic optimization library in rust.

Compilation

You will need the last stable build of the rust compiler and the official package manager: cargo.

Simply add the following to your Cargo.toml file:

[dependencies]
noptim = "*"

Features

Currently nothing.

Dependencies

~3MB
~57K SLoC