Skip to content

Commit 9beb7da

Browse files
committed
Update README.md
1 parent 08e383d commit 9beb7da

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
1-
# Constime
2-
3-
This is a tiny alternative to <https://github.com/nhynes/comptime-rs>, with no dependencies and <80 LOC.
1+
<h1 align="center"> constime </h1>
2+
3+
<div align="center">
4+
<a href="https://github.com/DvvCz/constime/actions">
5+
<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/DvvCz/constime/ci.yml?label=build">
6+
</a>
7+
<a href="https://crates.io/crates/constime">
8+
<img alt="Crates.io Version" src="https://img.shields.io/crates/v/constime">
9+
</a>
10+
<a href="https://github.com/DvvCz/constime/releases/latest">
11+
<img alt="GitHub Release" src="https://img.shields.io/github/v/release/DvvCz/constime">
12+
</a>
13+
</div>
14+
15+
> Zig's `comptime`, for Rust, with zero dependencies
416
517
## Usage
18+
619
```bash
720
cargo add constime
821
```

0 commit comments

Comments
 (0)