feat: Pipe

This commit is contained in:
2025-01-29 00:04:00 -05:00
parent 6fa4b21c4f
commit 9d944c3218
15 changed files with 888 additions and 235 deletions

26
macro/Cargo.toml Normal file
View File

@@ -0,0 +1,26 @@
[package]
name = "comlexr_macro"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
description.workspace = true
repository.workspace = true
license.workspace = true
[package.metadata."docs.rs"]
all-features = true
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1"
quote = "1"
syn = { version = "2", features = ["full", "derive"] }
[dev-dependencies]
tempfile.workspace = true
[lints]
workspace = true