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