NotAPattern / permutation-rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Permutation Rust

Create and do simple things with combinatorial permutation

Run examples

In terminal: cargo build && cargo run --example main (without extension)

Run tests

In terminal: cargo test

Generate and run documentation

In terminal: cargo doc

Then: cargo doc --open open the documentation.

Developers

About

License:MIT License


Languages

Language:Rust 100.0%