/bloom_spell

learning rust making a spell checker using a bloom filter

Primary LanguageRust

BLOOM SPELL

Learning rust by writing a spell checker which uses a bloom filter. Kata solution from the March BelfastFP meetup.

Compile:

cargo build

Run tests:

cargo test

Run app:

cargo run