Highly flexible Scoped thread local with HKT builtin
Scoped access to thread local storage
A library that is similar to a thread local storage but allows to store references / dyn Trait within a scope.
Procedural macro for automatic function caching with LRU/FIFO/LFU/ARC/Random/TLRU/W-TinyLFU policies, expiration, limits, and thread-local or global scope
Async procedural macros for cachelito - automatic async caching attributes
Core functionality for cachelito - global cache with LRU/FIFO/LFU/ARC/Random/TLRU/W-TinyLFU eviction policies
Procedural macros for cachelito - automatic caching attributes
Library implementation of the standard library's old `scoped_thread_local!` macro for providing scoped access to thread local storage (TLS) so any type can be stored into TLS.
Rust di containers system
Distributed context propagation for Rust — scoped, type-safe, serializable
A more flexible version of `scoped-tls`, allowing the following additional features: - Storage of references to dynamically sized types. - Storage of mutable references. - Storage of types containing unbound lifetime parameters (higher-kinded types). - Some combination of the above.
Rust di containers system