constime 0.4.1

Zig's comptime for Rust with zero dependencies. Mostly something to play around with until more stuff is const fn.
Documentation
[dev-dependencies.ureq]
version = "2.12.1"

[lib]
doctest = false
name = "constime"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["David Cruz <david@codebycruz.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Zig's comptime for Rust with zero dependencies. Mostly something to play around with until more stuff is const fn."
edition = "2021"
license = "MIT"
name = "constime"
readme = "README.md"
repository = "https://github.com/DvvCz/Constime"
version = "0.4.1"

[[test]]
name = "main"
path = "tests/main.rs"