probe_rs_mi/
lib.rs

1#![warn(missing_docs)]
2
3//! This crate acts as the specification and API for the machine interface (MI) for probe-rs.
4
5pub mod meta;