iensu / cedict-parser-rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cedict parser

A simple tool to parse a Cedict Chinese - English dictionary file.

I mainly built this to experiment with file parsing and containerization of rust projects.

How to run

The executable doesn’t really do much, but anyway:

cargo build --release
./target/release/cedict-parser ./cedict_ts_sample.u8

About

License:GNU General Public License v3.0


Languages

Language:Rust 71.8%Language:Dockerfile 22.9%Language:Nix 5.2%