Registry / other / probe-rs

probe-rs

JSON →
library0.31.0rscratesunverified

A collection of on chip debugging tools to communicate with microchips.

# Cargo.toml [dependencies] probe-rs = "0.31.0"
INSTALL
IMPORT
SIG · PROBE-RS
P
probe-rs
otherrustv0.31.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Session
use probe_rs::Session;

Attach to a debug target using probe-rs

use probe_rs::Session; fn main() -> Result<(), Box<dyn std::error::Error>> { let session = Session::auto_attach("my_target", probe_rs::config::TargetSelector::Unspecified)?; println!("Attached to target"); Ok(()) }
Debug
Known issues
gotchaRequires specific probe hardware (e.g., J-Link, ST-Link) and may need driver installation.
fix
Ensure your probe is connected and drivers are installed. Use `probe-rs list` to verify detection.
affects: >=0.1.0
Upgrade
Version history
0.31.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
probe-rs — cargo add probe-rs · libregistry