export-type 0.1.13

Export Rust types to other languages
Documentation
1
2
3
4
5
6
7
[tasks.test-unit]
command = "cargo"
args = ["test", "--", "--color=always", "--nocapture"]
workspace = false

[tasks.test]
dependencies = ["test-unit"]