permutohedron 0.2.4

Generate permutations of sequences. Either lexicographical order permutations, or a minimal swaps permutation sequence implemented using Heap's algorithm.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "permutohedron"
version = "0.2.4"
authors = ["bluss"]
description = "Generate permutations of sequences. Either lexicographical order permutations, or a minimal swaps permutation sequence implemented using Heap's algorithm."
documentation = "https://docs.rs/permutohedron/"
keywords = ["permutations", "heaps-algorithm", "lexicographic", "no_std"]
license = "MIT/Apache-2.0"
repository = "https://github.com/bluss/permutohedron"
[package.metadata.release]
no-dev-version = true
[profile.bench]
debug = true

[features]
default = ["std"]
std = []