chinese_dictionary 2.1.6

A searchable Chinese / English dictionary with helpful utilities.
Documentation
1
2
3
4
5
6
7
8
9
10
.DEFAULT_GOAL := build

build:
	cargo build

test:
	cargo test

format:
	cargo fmt