dropbox / rust-alloc-no-stdlib
An interface to a generic allocator so a no_std rust library can allocate memory, with, or without stdlib being linked.
☆174Updated last year
Related projects ⓘ
Alternatives and complementary repositories for rust-alloc-no-stdlib
- Rust macro to generate self-referential structs☆211Updated 3 years ago
- Allocators in Rust☆311Updated 4 years ago
- Compact string type for zero-copy parsing☆250Updated last year
- Type-safe transmutations between layout-compatible types.☆120Updated 4 years ago
- Rust library that provides helpers for testing resilience of IO operations☆144Updated 2 years ago
- A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)☆180Updated 6 months ago
- Efficient transactional memory in rust.☆209Updated 3 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆175Updated 7 months ago
- Automatic testing of FFI bindings for Rust☆124Updated 3 years ago
- A JIT experiment in Rust☆132Updated 4 months ago
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆225Updated last month
- This crate guarantees that your application is free of panicking branches☆177Updated 5 years ago
- skiplist☆140Updated 2 years ago
- CBOR (binary JSON) for Rust with automatic type based decoding and encoding.☆129Updated 5 years ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆147Updated 6 months ago
- In support of measuring heap allocations in Rust programs.☆99Updated 5 years ago
- [deprecated] Avoid memcpy calls when working with standard containers☆276Updated 2 years ago
- Generic Atomic<T> type for Rust☆218Updated 9 months ago
- Coroutine and async/await support for tokio-based futures☆119Updated 4 years ago
- An almost-parallel, semi-functioning, dynamic linker experiment, written in Rust☆167Updated 6 years ago
- Rust bindings to google's cpuprofiler☆127Updated 4 years ago
- A library for creating references that carry their owner with them.☆362Updated last year
- An extraction of the compiletest utility from the Rust compiler☆218Updated last month
- ☆129Updated 5 years ago
- A graphical debugger for Rust MIR☆183Updated 2 years ago
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆113Updated 3 months ago
- Context utilities in Rust☆86Updated last year
- Easily create type-safe `Future`s from state machines — without the boilerplate.☆326Updated 5 years ago
- Fowler–Noll–Vo hash function☆339Updated 8 months ago
- String interning for Rust☆195Updated 2 months ago