v_escape-codegen-base 0.2.0

Code generation primitives shared by v_escape codegen and proc-macro crates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# [![Documentation]https://docs.rs/v_escape-codegen-base/badge.svg]https://docs.rs/v_escape-codegen-base/ [![Latest version]https://img.shields.io/crates/v/v_escape-codegen-base.svg]https://crates.io/crates/v_escape-codegen-base

# v_escape-codegen-base

Base crate for v_escape code generation. This crate provides the foundational types and utilities used by the v_escape code generation system.

## Documentation

- Minimum supported Rust version: 1.85.0 or later

## License

Licensed under either of

- Apache License, Version 2.0 ([LICENSE-APACHE]LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT]LICENSE-MIT or http://opensource.org/licenses/MIT)

at your option.