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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "constime"
description = "Zig's comptime for Rust with zero dependencies. Mostly something to play around with until more stuff is const fn."
version = "0.4.1"

authors = ["David Cruz <david@codebycruz.com>"]
repository = "https://github.com/DvvCz/Constime"
edition = "2021"
license = "MIT"

[lib]
proc-macro = true
doctest = false

[dev-dependencies]
ureq = "2.12.1"