odict 3.3.0

A blazingly-fast dictionary file format for human languages
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[tasks.publish]
run = "cargo publish"

[tasks.run]
extends = "rust:run"

[tasks.clean]
extends = "rust:clean"

[tasks.build]
extends = "rust:build"

[tasks.check]
extends = "rust:check"

[tasks.format]
extends = "rust:format"