epoch-reset-array 0.1.0

An array that can be reset in O(1) time using an epoch counter.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "epoch-reset-array"
version = "0.1.0"
authors = ["Sebastian Schmidt <sebastian.schmidt@helsinki.fi>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An array that can be reset in O(1) time using an epoch counter."
readme = false
license = "BSD-2-Clause"
repository = "https://github.com/sebschmi/epoch-reset-array"

[lib]
name = "epoch_reset_array"
path = "src/lib.rs"

[dependencies.num-traits]
version = "0.2.19"