alef-codegen 0.1.0

Shared codegen utilities for the alef polyglot binding generator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "alef-codegen"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
description = "Shared codegen utilities for the alef polyglot binding generator"

[dependencies]
ahash = { workspace = true }
alef-core = { workspace = true }
heck = "0.5"
minijinja = "2"