str4d / memuse
Traits for inspecting memory usage of Rust types
☆25Updated 3 months ago
Alternatives and similar repositories for memuse:
Users that are interested in memuse are comparing it to the libraries listed below
- cross-platform Rust API for memory mapped IO☆42Updated 10 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated this week
- A rust library for reusing heap allocations☆24Updated 5 years ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆40Updated last month
- A more flexible version of the Rust `scoped-tls` library☆18Updated 6 months ago
- Cross-platform polyfills.☆15Updated last year
- A concise, self-describing binary format written in Rust for Serde☆64Updated 7 months ago
- Serializer and Deserializer adapters that avoid stack overflows by dynamically growing the stack☆33Updated last month
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 4 years ago
- A Rust crate for formatting strings dynamically☆32Updated last year
- bluss/IndexMap with amortized resizes☆14Updated 4 years ago
- ☆38Updated last year
- ☆36Updated 7 months ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- Check that a crate builds without libstd☆24Updated 4 years ago
- ☆45Updated last year
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆16Updated last week
- Utilities for encoding and decoding frames using `async/await`.☆24Updated last year
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated 5 months ago
- Providing wrapper types for safely performing panic-free checked arithmetic on instants and durations.