There are 1 repository under no-std-alloc topic.
RustyShield is a comprehensive cryptographic library implemented in Rust. This project implements a wide range of cryptographic algorithms, each expanding the Hash and Hasher traits of the Rust libcore to meet the no_std and no_std::alloc standards
A crate for argument-currying anything implementing FnOnce. Arguments can be passed one at a time, yielding a new something implementing FnOnce (and possibly FnMut and Fn) which can be called with one less argument.
An Arc (atomically reference counted smart pointer) that supports customized dropping strategies using Backdrop.
🦀 Falling Sand smulator for the Playdate
A Rust clone of the Signalsmith DSP C++ library for audio and signal processing
Drop your large or complex Rust objects in the background using Backdrop!
`SlimmerBox<T>` is a packed alternative to `Box<T>` whose 'fat' pointer is 'slimmer'
🦀 Starfield simulator (not the game) for the Playdate
Collection of methods and functions that take an owned array and return a sorted owned array
Detect fast hardware support for PDEP/PEXT.
A simple RCU with an oxidized interface.
Pure eBPF implementation of distributed ABD algorithms
An implementation of a 64-bit Dual-Hash-Key, strongly inspired by the Linux kernels dcache hashes.
Provides a zip trait for functions, allowing two functions to be combined at compile-time before being called.