File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed
Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 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
720cargo add constime
821```
You can’t perform that action at this time.
0 commit comments