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
[package]

name = "constime"

authors = ["David Cruz <davidccodes@gmail.com>"]

repository = "https://github.com/DvvCz/Constime"

description = "Zig's comptime for Rust with zero dependencies. Mostly something to play around with until more stuff is const fn."

version = "0.2.2"

edition = "2021"

license = "MIT"



[lib]

proc-macro = true

doctest = false



[dev-dependencies]

ureq = "2.6.1"