constime 0.2.0

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
[package]
name = "constime"
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."
version = "0.2.0"
edition = "2021"
license = "MIT"

[lib]
proc-macro = true
doctest = false

[dev-dependencies]
ureq = "2.6.1"