This crate provides concurrent stacks that can be shared among threads:
ArrayStack, a bounded stack that allocates a fixed-capacity buffer on construction.
Everything in this crate can be used in no_std environments, provided that alloc feature is
enabled.
[dependencies]
arraystack = "0.1"arraystack is under the terms of both the MIT license and the
Apache License (Version 2.0).
See LICENSE-APACHE, LICENSE-MIT for details.
Copyright (c) 2024 Al Liu.