tap
Debugger
Extension methods to insert debugging or modification points into expressions without changing other code
Generic extensions for tapping values in Rust.
411 stars
6 watching
15 forks
Language: Rust
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
manishearth/rust-clippy | A collection of lints to help improve Rust code quality by catching common mistakes and suggesting idiomatic writing | 106 |
murarth/ketos | A scripting and extension language for Rust programs written in a Lisp dialect | 752 |
experience-monks/tap-dev-tool | Tool to format Test Anything Protocol output in browser console | 29 |
pistondevelopers/visualrust | Visual Studio extension for Rust project | 703 |
deivid-rodriguez/pry-byebug | Enables step-by-step debugging and stack navigation in the Ruby REPL | 2,004 |
nixme/pry-debugger | An extension to Pry that enables step-by-step execution and breakpoint management | 645 |
probe-rs/probe-rs | A Rust-based library providing direct interface to embedded debug probes | 1,785 |
brotzeit/rustic | A Rust development environment for Emacs | 728 |
dgrunwald/rust-cpython | Rust bindings for the Python interpreter, allowing Rust code to interact with and use Python libraries and scripts. | 1,813 |
pistondevelopers/dyon | A dynamically typed scripting language with Rust as its core | 1,775 |
derhuerst/tap-min | A lightweight utility for formatting TAP test output to minimal content. | 7 |
tap-ir/tapir | An incident response framework with multi-user support, providing plugins for file analysis and a REST API for data access | 44 |
sindresorhus/p-tap | Helps tap into a promise chain without affecting its value or state | 132 |
mat1g3r/option | A library that provides Rust-like Option and Result types in Python to handle optional and error values in a more type-safe and expressive way. | 85 |
mkeeter/raven | An implementation of a custom CPU and peripheral suite for a microcontroller | 41 |