constime 0.2.2

Zig's comptime for Rust with zero dependencies. Mostly something to play around with until more stuff is const fn.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dev-dependencies.ureq]
version = "2.6.1"

[lib]
doctest = false
proc-macro = true

[package]
authors = ["David Cruz <davidccodes@gmail.com>"]
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.2.2"