Implement dedent proc_macro

This commit is contained in:
Nettika 2025-11-20 01:27:59 -08:00
commit 57079b4cd3
4 changed files with 224 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "dedent"
version = "0.1.0"
edition = "2024"
[lib]
proc-macro = true