miden-debug 0.5.0

An interactive debugger for Miden VM programs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
edition = "2024"
array_width = 80
chain_width = 80
comment_width = 100
wrap_comments = false
fn_call_width = 80
reorder_modules = true
reorder_imports = true
group_imports = "StdExternalCrate"
imports_granularity = "Crate"
hex_literal_case = "Lower"
newline_style = "Unix"
reorder_impl_items = true
use_field_init_shorthand = true
use_try_shorthand = true
tab_spaces = 4
condense_wildcard_suffixes = true
format_strings = true