svenstaro / cargo-profilerLinks
Cargo subcommand to profile binaries
☆449Updated 2 years ago
Alternatives and similar repositories for cargo-profiler
Users that are interested in cargo-profiler are comparing it to the libraries listed below
Sorting:
- Generic array types in Rust☆431Updated 2 weeks ago
- A compiler plugin to insert flame calls☆388Updated 2 years ago
- Fowler–Noll–Vo hash function☆352Updated last year
- A small utility to compare Rust micro-benchmarks.☆363Updated last year
- Fast, ergonomic metrics for Rust☆340Updated last year
- A rust-macro which makes errors easy to write☆337Updated last year
- An intrusive flamegraph profiling tool for rust.☆727Updated last year
- cross-platform Rust API for memory mapped IO☆565Updated 3 years ago
- Rust container / collection literal macros for HashMap, HashSet, BTreeMap, BTreeSet.☆397Updated 3 years ago
- Ensure correct assumptions about constants, types, and more in Rust☆639Updated 2 years ago
- A Rust procedural macro for tracing function execution☆337Updated 2 years ago
- How-to: Sanitize your Rust code!☆432Updated 7 years ago
- Compile time numbers in Rust.☆568Updated last month
- A library for creating references that carry their owner with them.☆380Updated 2 years ago
- A cargo subcommand for creating GraphViz DOT files and dependency graphs☆216Updated 6 years ago
- The arena, a fast but limited type of allocator☆569Updated last year
- A vector with a fixed capacity. (Rust)☆836Updated last year
- A set of alternative `derive` attributes for Rust☆458Updated 2 months ago
- 📈 benchmarking different ways to concatenate strings in rust☆317Updated 2 years ago
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆349Updated 11 months ago
- ☆532Updated 5 years ago
- derive simple constructor functions for Rust structs☆570Updated last year
- Error boilerplate for Rust☆728Updated 4 years ago
- Easily create type-safe `Future`s from state machines — without the boilerplate.☆333Updated 6 years ago
- Multi-producer multi-consumer channels for message passing☆331Updated 7 years ago
- Mocking library for Rust☆271Updated 3 years ago
- Stackless generators on stable Rust.