Generate permutations of sequences.
Please read the API documentation here
__
__ https://docs.rs/permutohedron/
|buildstatus| |crates|_
.. |buildstatus| image:: https://travis-ci.org/bluss/permutohedron.svg?branch=master .. _buildstatus: https://travis-ci.org/bluss/permutohedron
.. |crates| image:: http://meritbadge.herokuapp.com/permutohedron .. _crates: https://crates.io/crates/permutohedron
How to use with cargo::
[dependencies]
permutohedron = "0.2"
0.2.3
0.2.2
ControlFlow
and allow optionally terminating heap_recursive
early.0.2.1
std
(enabled by default) that allows you to opt out of
using libstd.0.2.0
0.1.6
0.1.5
0.1.4
0.1.3
0.1.1
0.1.0
Dual-licensed to be compatible with the Rust project.
Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 or the MIT license http://opensource.org/licenses/MIT, at your option. This file may not be copied, modified, or distributed except according to those terms.