cmyr / cargo-instrumentsLinks
A cargo plugin to generate Xcode Instruments trace files
☆734Updated last month
Alternatives and similar repositories for cargo-instruments
Users that are interested in cargo-instruments are comparing it to the libraries listed below
Sorting:
- Heap profiling and ad hoc profiling for Rust programs.☆868Updated 5 months ago
- Macros for all your token pasting needs☆1,052Updated 10 months ago
- Compile-time type-checked builder derive☆1,052Updated 4 months ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,512Updated last month
- A modern Rust debugging library 🦀☆892Updated 3 years ago
- A high level diffing library for rust based on diffs☆1,129Updated 6 months ago
- A Rust proc-macro attribute parser☆1,148Updated this week
- Experimental one-shot benchmarking/profiling harness for Rust☆621Updated 11 months ago
- Overwrite `assert_eq!` with a drop-in replacement, adding a colorful diff.☆1,290Updated 2 months ago
- Slab allocator for Rust☆807Updated last month
- Slotmap data structure for Rust☆1,221Updated last year
- Visualize/analyze a Rust crate's internal structure☆1,134Updated this week
- Test harness for ui tests of compiler diagnostics☆911Updated last week
- An intrusive flamegraph profiling tool for rust.☆720Updated last year
- A fast bump allocation arena for Rust☆1,842Updated last month
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆759Updated this week
- Compact inlined strings for Rust.☆526Updated last year
- Optimized string search routines for Rust.☆1,169Updated last month
- Write safer FFI code in Rust without polluting it with unsafe code☆1,005Updated this week
- Asynchronous streams for Rust using async & await notation☆694Updated 8 months ago
- A crate for managing memory bit by bit☆1,317Updated last year
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,128Updated last month
- Cargo subcommand `release`: everything about releasing a rust crate.☆1,456Updated this week
- A string type for Rust that is not required to be valid UTF-8.☆961Updated 4 months ago
- Rust library allowing to register multiple handlers for the same signal☆795Updated this week
- Rust doesn't have exceptions☆634Updated 4 years ago
- Custom hooks for colorful human oriented error reports via panics and the eyre crate