We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9beb7da commit 01aefc3Copy full SHA for 01aefc3
README.md
@@ -1,5 +1,9 @@
1
<h1 align="center"> constime </h1>
2
3
+<p align="center">
4
+ Zig's <code>comptime</code> for Rust, with zero dependencies.
5
+</p>
6
+
7
<div align="center">
8
<a href="https://github.com/DvvCz/constime/actions">
9
<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/DvvCz/constime/ci.yml?label=build">
@@ -12,8 +16,6 @@
12
16
</a>
13
17
</div>
14
18
15
-> Zig's `comptime`, for Rust, with zero dependencies
-
19
## Usage
20
21
```bash
0 commit comments