codespace 0.0.1-alpha.2

Structural scratch space for generated Rust code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "codespace"
version = "0.0.1-alpha.2"
edition = "2021"
rust-version = "1.97"
license = "Apache-2.0"
repository = "https://github.com/oxidecomputer/codespace"
description = "Structural scratch space for generated Rust code"
exclude = [".github", "rust-toolchain.toml"]

[dependencies]
proc-macro2 = "1.0.104"
quote = "1.0.42"
syn = { version = "3.0.3", default-features = false, features = ["parsing"] }