[go: up one dir, main page]

const-random 0.1.8

Provides compile time random number generation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "const-random"
version = "0.1.8"
license = "MIT OR Apache-2.0"
repository = "https://github.com/tkaitchuck/constrandom"
documentation = "https://docs.rs/const-random"
authors = ["Tom Kaitchuck <Tom.Kaitchuck@gmail.com>"]
keywords = ["rust", "constants", "macro"]
description = "Provides compile time random number generation."
readme = "README.md"
edition = "2018"

[dependencies]
const-random-macro = { path = "macro", version = "0.1.7"}
proc-macro-hack = { version = "0.5" }