Attribute macro for auto-memoizing functions with somewhat-simple signatures
A `tracing_subscriber` layer that forwards data to a handler written in Python.
This crate provides a few representations of SMT scripts and other functionalities.
Pure-Rust ext4 filesystem driver. Exposes a C ABI (fs_ext4_*) suitable for FFI from C/C++/Go/etc.
A fast CLI tool to detect and remove dead/unused code in Android projects (Kotlin & Java)
Correct attribute memoization for ruby, made easy
Memoize attributes in a thread-safe way. This ruby gem adds a `#attr_memoized` class method, that provides a lazy-loading mechanism for initializing "heavy" attributes, but in a thread-safe way. Instances thus created can be shared among threads.