Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArrayStack

A lock-free fixed capacity stack.

github LoC Build codecov

docs.rs crates.io crates.io license

English | 简体中文

Introduction

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.

Installation

[dependencies]
arraystack = "0.1"

License

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.

About

Lock-free fixed capacity stack.

Resources

Stars

Watchers

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages

Generated from al8n/template-rs