async-codegen 0.12.1

Minimalist async-IO code generation framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "async-codegen"
version = "0.12.1"
edition = "2024"
license = "Apache-2.0"
authors = ["Anand Beh <a248-dev@tuta.io>"]
description = "Minimalist async-IO code generation framework."
homepage = "https://codeberg.org/A248/async-codegen"
repository = "https://codeberg.org/A248/async-codegen"
readme = "README.md"
keywords = ["async", "codegen", "rust", "generator"]
categories = ["development-tools::build-utils"]
rust-version = "1.90.0"