alef-codegen 0.3.3

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

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