Packages
Browse packages indexed by the registry.
An attribute to create an atomic wrapper around a C-style enum
An attribute to create an atomic wrapper around a C-style enum, forked for Rust 2021
Floating point types which can be safely shared between threads
Atomic Reative State and Local State Hooks
Macros for CSS Styling for Seed web apps
High level HTTP server library
Atomic immutable value
Library for creating, storing, querying, validating and converting Atomic Data.
Lock free thread-safe lifo for rust.
Lock-free circular ring of intrusive ref-counted nodes plus shared cursors.
Attribute macros for generating AtomicXXX
Atomic Multi-Producer Multi-Consumer Queue
A crate that facilitates atomic operations on arbitrary structs.
An atomic wrapper around NonNull
Thread-safe and lock-free OnceCell and Lazy
A rust crate to parse a file made up of atoms
Threadsafe pinnable RefCell
Lightweight no_std ping-pong buffer, using AtomicU8 for synchronization
Traits over primitive atomic types.
Safe no_std repr(transparent) wrapper for AtomicPtr and &AtomicPtr with an api similar to a cell.
Atomic &'a T types with support for static allocation
Box with thread-safe, immutable weak references
Threadsafe RefCell
Threadsafe RefCell
Generic atomic wrapper for Copy types with a primitive memory representation
A fixed-size multi-producer multi-consumer queue that works on bare-metal systems.
A shared counter that allows parallel threads/tasks to check how many siblings they have. The counter is atomic and threads/tasks are not synchronized or coupled in any way.
Lockfree slotmap data structure
Proc-macro crate to derive atomic struct with Arc<tokio::Mutex<T>> fields
Core library for atomic_struct procedural macro
An arbitrary type atomic storage with swap operations
Atomic-based synchronization implementing traits in `abs_sync`
Lock-free Token Bucket algorithm implemented using atomics
Basic utilities for fast atomics on multiple platforms
this crate provides a way that you can load or store value atomically like Golang AtomicValue.
A library that eliminates potential risks (occasional crashes due to OpenSSL library's setenv conflicts in Linux environments) from the web push library
High level Websocket util library from tokio-tungstenite
Atomicals mining manager.
Fork of the atomicbox library that works in no_std contexts
128-bit atomics for generic type
Atomic float type
Rust bindings for Atomic Framework
A non-blocking lock that can be used in async contexts
A simple async lock
A simple spinlock
Effeciently await a condition on atomic data.
An atomic, nullable, owned pointer.