Skip to content

Commit e75e943

Browse files
committed
0.2.1
1 parent 36d27d9 commit e75e943

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "constime"
33
authors = ["David Cruz <[email protected]>"]
4+
repository = "https://github.com/DvvCz/Constime"
45
description = "Zig's comptime for Rust with zero dependencies. Mostly something to play around with until more stuff is const fn."
56
version = "0.2.1"
67
edition = "2021"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Note that in order to use dependencies in `comptime!`, you must either:
1313
* A `build.rs` file to make rust compiles the dependencies.
1414
* Explicitly importing the crate using `extern crate`.
1515

16+
## Example
17+
1618
```rust
1719
fn main() {
1820
use constime::comptime;

0 commit comments

Comments
 (0)