kotlin-codegen 0.2.0

A declaration model and renderer for generating Kotlin source code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "kotlin-codegen"
version = "0.2.0"
edition = "2021"
rust-version = "1.85"
description = "A declaration model and renderer for generating Kotlin source code"
license = "MIT OR Apache-2.0"
authors = ["Michael Ilyin <milyin@gmail.com>"]
repository = "https://github.com/milyin/kotlin-codegen"
readme = "README.md"
keywords = ["kotlin", "codegen", "code-generation"]
categories = ["development-tools"]

[workspace]

[dependencies]

[dev-dependencies]