Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["Alex Saveau <saveau.alexandre@gmail.com>"]
categories = ["concurrency", "asynchronous", "data-structures"]
description = "TODO"
edition = "2021"
keywords = ["lockless", "lock-free", "queue", "mpmc", "atomics"]
license = "Apache-2.0"
name = "lockness"
readme = "README.md"
repository = "https://github.com/SUPERCILEX/lockness"
rust-version = "1.66"
version = "0.0.1"