snowcloud 0.1.1

small crate for creating custom snowflakes that provides thread safe and non thread safe generators
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[bench]]
harness = false
name = "gen"

[dependencies]
[dev-dependencies.criterion]
version = "0.4"

[package]
description = "small crate for creating custom snowflakes that provides thread safe and non thread safe generators"
edition = "2021"
homepage = "https://github.com/DAC098/snowcloud"
license = "MIT"
name = "snowcloud"
readme = "README.md"
repository = "https://github.com/DAC098/snowcloud"
rust-version = "1.65.0"
version = "0.1.1"