probe-rs 0.9.0

A collection of on chip debugging tools to communicate with microchips.
Documentation
#[derive(Debug, Default)]
pub struct Type {
    pub name: String,
    pub named_children: Option<std::collections::HashMap<String, Type>>,
    pub indexed_children: Option<Vec<Type>>,
}