preprocessor 0.1.2

Compile-time computation macro library — analyzes computable sub-expressions in code and evaluates parts that can be executed at compile time
Documentation
[package]
name = "preprocessor"
version = "0.1.2"
edition = "2024"
rust-version = "1.85"
license = "MIT"
repository = "https://github.com/fawdlstty/preprocessor"
homepage = "https://github.com/fawdlstty/preprocessor"
description = "Compile-time computation macro library — analyzes computable sub-expressions in code and evaluates parts that can be executed at compile time"
authors = ["fawdlstty<f@fawdlstty.com>"]
keywords = ["Compile-time", "preprocessor"]
categories = []
readme = "../README.md"

[features]
default = []
disabled = []

[dependencies]
preprocessor-derive = { version = "0.1.2", path = "../preprocessor-derive" }

# cargo publish -p preprocessor-derive --allow-dirty --registry crates-io
# cargo publish -p preprocessor --allow-dirty --registry crates-io