codegen-cfg 0.1.0

A codegen tool for Rust `cfg` expressions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.itertools]
version = "0.10.5"

[dependencies.nugine-rust-utils]
features = ["std"]
version = "0.1.1"

[package]
description = "A codegen tool for Rust `cfg` expressions"
edition = "2021"
license = "MIT"
name = "codegen-cfg"
repository = "https://github.com/Nugine/codegen-tools"
resolver = "1"
version = "0.1.0"