libworterbuch 0.12.1

Client library for Wörterbuch.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[tasks.test-default]
command = "cargo"
args = ["test"]

[tasks.test-no-default]
command = "cargo"
args = ["test", "--no-default-features"]

[tasks.test-all-features]
command = "cargo"
args = ["test", "--all-features"]

[tasks.test-features]
dependencies = ["test-default", "test-no-default", "test-all-features"]

[tasks.docker]

[tasks.install]