xgillard / peak_allocLinks
An allocator to keep track of (the max) allocated memory
☆31Updated last month
Alternatives and similar repositories for peak_alloc
Users that are interested in peak_alloc are comparing it to the libraries listed below
Sorting:
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆82Updated this week
- Generate Rust enum variants without associated data☆98Updated last year
- Rust procedural macro attribute parser☆45Updated last year
- horrible serde macro stuff☆39Updated last year
- Derive a builder for your constructors in Rust☆71Updated this week
- Release complex cargo-workspaces automatically with changelog generation, used by `gitoxide`☆99Updated last week
- ☆43Updated 10 months ago
- JSON Pointer (RFC 6901) implementation for Rust☆46Updated last month
- Mirror of Rust's allocator api for use on stable rust☆62Updated 3 months ago
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆136Updated 10 months ago
- Minimalist Rust syntax parsing for procedural macros☆63Updated last year
- Command line util to pretty print Rust backtraces☆28Updated last year
- A fast, lightweight, embedded system-friendly library for wrapping text.☆63Updated last year
- Serde Visitor for deserializing untagged enums☆64Updated this week
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated last year
- Pre-RFC for merging cargo-script into cargo☆36Updated this week
- Download .crate files of all versions of all crates from crates.io☆45Updated this week
- Threadsafe RefCell for Rust☆93Updated 5 months ago
- A Rust macro to make enums with a subset of values of the parent☆121Updated 2 months ago
- Testing framework for rust enhancing the built-in library with some useful features.☆67Updated 3 months ago
- Re-usable CLI flags for `cargo` plugins☆40Updated last week
- Oneshot Rust channel working both in and between sync and async environments