2 stable releases
1.1.0 | Sep 16, 2022 |
---|---|
1.0.0 | Sep 16, 2022 |
#10 in #hacker
8KB
212 lines
A really dumb library that generates bogus lines of "hacker text".
Example:
use hacker_text::*;
let foo = make_line();
// since the thing is randomized, it is impossible to know what foo will be.
Some generated examples are:
- detonating python
- sadly lying to golden trans rights
- happily detonating all of gnu
- destroying 20 million copies of the game tux kart racing
- smoking tomato sauce
- happily compiling windows
(probably don't use the make_line() function, the adverbs and adjectives are really weird)
lib.rs
:
A really dumb library that generates bogus lines of "hacker text".
Example:
use hacker_text::*;
let foo = make_line();
// since the thing is randomized, it is impossible to know what foo will be.
Some generated examples are:
- detonating python
- sadly lying to golden trans rights
- happily detonating all of gnu
- destroying 20 million copies of the game tux kart racing
- smoking tomato sauce
- happily compiling windows
(probably don't use the make_line() function, the adverbs and adjectives are really weird)
Dependencies
~35KB