haybale 0.7.2

Symbolic execution of LLVM IR, written in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
ignore = [
    "tests/bcfiles",
]

unstable_features = true

imports_layout = "HorizontalVertical"

match_block_trailing_comma = true

newline_style = "Unix"

spaces_around_ranges = true

use_field_init_shorthand = true