playfair 1.0.0

A Playfair Cipher implementation in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
all:
	# Documentation
	cargo doc --workspace --document-private-items

	# Checks
	cargo clippy -- -F clippy::missing_docs_in_private_items

	# Tests
	cargo test -- --nocapture

	# Benchmarking
	cargo bench