probe-rs 0.4.0

A collection of on chip debugging tools to comminicate with ARM chips.
Documentation
1
2
3
4
5
6
#[derive(Debug, Default)]
pub struct Type {
    pub name: String,
    pub named_children: Option<std::collections::HashMap<String, Type>>,
    pub indexed_children: Option<Vec<Type>>,
}