jisho 0.2.6

Jisho is a CLI tool & Rust library that provides a Japanese-English dictionary.
Documentation
1
2
3
4
5
6
7
8
#!/usr/bin/env sh

! type hyperfine &> /dev/null && echo "Install hyperfine to run the benchmark"

cargo build --release
hyperfine "cargo run --release 緑"
hyperfine "cargo run --release みどり"
hyperfine "cargo run --release green"