combos 0.1.0

Print all permutations of a word list
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.itertools]
version = "0.10.3"

[package]
authors = ["Shane Witbeck <shane@digitalsanctum.com>"]
description = "Print all permutations of a word list"
edition = "2021"
homepage = "https://github.com/digitalsanctum/combos"
keywords = ["cli", "combos", "permumations", "tools", "shell"]
license-file = "LICENSE"
name = "combos"
readme = "README.md"
repository = "https://github.com/digitalsanctum/combos"
resolver = "2"
version = "0.1.0"