Cargo.toml에 gukhanmun을 追加합니다:
gukhanmun
cargo add gukhanmun
모든 피처는 基本으로 켜져 있습니다. 컴파일 時間과 바이너리 크기를 줄이려면 必要 없는 것들을 끕니다:
html
markdown
fst
cdb
stdict
opendict
內藏 辭典 없이 빌드하려면(自身의 辭典을 提供할 때 有用):
cargo add gukhanmun --no-default-features -F fst
平文 텍스트 專用의 最小 바이너리를 빌드하려면:
cargo add gukhanmun --no-default-features -F stdict