Go to file
2023-09-30 06:03:08 -04:00
src naive rayon approach 2023-09-30 03:35:15 -04:00
.gitignore slow but works 2023-09-30 02:25:12 -04:00
Cargo.lock slow but works 2023-09-30 02:25:12 -04:00
Cargo.toml slow but works 2023-09-30 02:25:12 -04:00
README.md lol typo 2023-09-30 06:03:08 -04:00

vanity-rage

A mildly more performant Rust reimplementation of vanity-age.

Installation

git clone https://git.tebibyte.media/silt/vanity-rage.git
cd vanity-rage
cargo build --release
target/release/vanity-rage query

Query Syntax

A query is just a normal glob, nothing to see here. Take a look at glob-match's README for more info.