-
linked
Create families of linked objects that can collaborate across threads while being internally single-threaded
-
k8s-controller
lightweight framework for writing kubernetes controllers
-
pusu
High-performance, fully static, event-driven architecture for Rust services
-
thread_cell
Safe, Send + Sync access to !Send/!Sync data by isolating it on a dedicated thread and interacting with it through message passing. Perfect for Rc, RefCell, and other single-threaded types.
-
tendrils
Tiny, flexible helpers for managing shared state (Arc<Mutex<T>> / Arc<RwLock<T>>) safely in async Rust
-
task_scheduler_rs
A Rust-based scheduler with basic functionality, focused on adding tasks and handling actions like execute, pause, and shutdown using channels for task communication
-
rendezvous
Easier rendezvous channels for thread synchronization
-
neocogi
rendering lib
-
spawn
IPC-based RPC for forked processes
-
kti_cqrs_rs
CQRS pattern in Rust
-
warcmutex
in Rust that provides an attribute macro for mods, structs and impls. Rewrite code using under the hood asynchronous reference (Arc) and asynchronous mutation (Mutex) control elements.
-
meowtex
Saddened by the feeling that Rust multitasking types are not puppy-/kittycoded enough for you? Then this crate is for you!
-
next-web-macros
Provide a series of commonly used macros
-
macroland
macro shorthands of various types in Rust
-
async-lease
Essentially a futures-oriented Arc<Mutex<Option<T>>>
-
io_uring_actor
Near-zero overhead pipelined io_uring api via actor model so you don't have to use Arc<Mutex<IOUring>>
-
scalar_map
mapfor scalar types -
next-web-common
A common utility library for the Next Web framework
-
shared-type
Shared type alias and several traits to simplify working with Arc<Mutex<T>>
-
next-web-core
Core library for the Next Web framework, providing essential web server and middleware abstractions
-
borrow_with_ref_obj
Versions of Borrow[Mut] that return reference objects (Ex. std::cell::Ref)
-
with_lock_auto
easily and safely access arc-mutexes without
-
arc-guard
Guard around Arc<Mutex<T>> allowing you to write less boilerplate code
-
graphia
graph data structure
-
pinarcmutex
PinArcMutextype, for shared mutable access to pinned data -
arc_map
A Map of Arc<Mutex<V>> that eases the access of indivdual members
-
arcm
macro for more concise Arc<Mutex<_>> creation
-
altaria-macros
Derive and proc macros for Altaria
-
isomdl-macros
Proc macros for the isomdl crate
-
completable_future
CompletableFuture for Rust
-
async_init
init object asynchronously without Arc<Mutex>
-
scalar_map_derive
derive for
scalar_map
Try searching with DuckDuckGo.