combos 0.2.1

Print all permutations of a word list
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "combos"
version = "0.2.1"
description = "Print all permutations of a word list"
authors = ["Shane Witbeck <shane@digitalsanctum.com>"]
edition = "2021"
license-file = "LICENSE"
readme = "README.md"
repository = "https://github.com/digitalsanctum/combos"
homepage = "https://github.com/digitalsanctum/combos"
keywords = ["cli", "combos", "permutations", "tools", "shell"]
categories = ["command-line-utilities", "command-line-interface", "text-processing"]

[dependencies]
itertools = "0.10.3"