static-queue 1.0.0

A statically sized, no_std, allocation-free, safe Rust queue implemented as a ring buffer with full test coverage.
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "static-queue"
version = "1.0.0"
edition = "2024"
author = "Lion Kortlepel <development@kortlepel.com>"
repository = "https://github.com/lionkor/static-queue"
description = "A statically sized, no_std, allocation-free, safe Rust queue implemented as a ring buffer with full test coverage."
license = "MIT"

[dependencies]