rustreexo 0.6.0

A Rust implementation of Utreexo
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Import
reorder_imports = true
imports_granularity = "Item"
group_imports = "StdExternalCrate"

# Macros
format_macro_matchers = true

# Comments
format_code_in_doc_comments = true

# Line
newline_style = "Unix"