genzero 0.2.0

genzero is a library that lets you get the latest value of a type.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "genzero"
version = "0.2.0"
edition = "2021"
license = "MPL-2.0"
description = "genzero is a library that lets you get the latest value of a type."
homepage = "https://github.com/therishidesai/genzero"
repository = "https://github.com/therishidesai/genzero"
readme = "README.md"

[dependencies]
crossbeam = { version = "0.8.4", features = ["crossbeam-epoch"] }

[dev-dependencies]
rand = "0.8.5"