frodo-ring 0.1.0

Ring queue with FIFO ordering with no allocations
Documentation
[[bin]]
name = "frodo-ring"
path = "src/main.rs"

[dependencies]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Ring queue with FIFO ordering with no allocations"
edition = "2024"
license = "MIT"
name = "frodo-ring"
readme = "README.md"
version = "0.1.0"