Inspired by gender-decoder by @lovedaybrooke. Check it out if you want a much better implementation.
Naive app that recognizes and lists words that match predefined lists of feminine and masculine words. Built using Rocket and written in Rust.
rustup update && cargo update
Runs at localhost:8000 by default.
cargo run
Requires rust nightly (use rustup).