A simple web dictionary, built in rust, based on mdx format dictionary file.
It's at an early stage of development, now only supports mdx version 2.0 with encrypted=2 or 0
- put your mdx file in
resources/mdx/en
folder and add files in configsrc/config/mod.rs
- if your mdx file has a separate CSS file, put it in
resources/static/
folder - run with:
cargo run --bin mdict-rs
# now open your chrome, and search
# http://localhost:8181
MDX的解析功能和mdx文件规范参考mdict-analysis 和文章MDX/MDD 文件格式解析