alef 0.19.21

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[workspace]
alef_version = "0.19.21"
languages = []

[workspace.dto]
python = "dataclass"
python_output = "typed-dict"

[[crates]]
name = "alef"
sources = ["src/main.rs"]
version_from = "Cargo.toml"