lingxia-native-codegen 0.9.0

TypeScript code generation for LingXia native APIs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "lingxia-native-codegen"
version.workspace = true
edition.workspace = true
description = "TypeScript code generation for LingXia native APIs"
license = "MIT"
repository.workspace = true

[dependencies]
anyhow = "1.0"
syn = { version = "2", features = ["full"] }
quote = "1"
serde_json = "1.0"