korwin 0.4.0

Janusz Korwin-Mikke quotes generator
Documentation
1
2
3
4
5
6
7
8
## Usage
Import `korwin` library by adding the following line to `Cargo.toml` of your project:

	korwin = "0.3"
Then call `generate` function to recive a quote as String

	let quote = korwin::generate();
	println!("Korwin quote of the day: {quote}");