hexspell 1.0.0

Dependency-free Rust library for parsing and patching PE, ELF, and Mach-O executables with a 1:1 on-disk API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# HexSpell format configuration
# Please use `cargo fmt` to format your code before committing.

# General configuration
max_width = 100                     # Maximum line width
hard_tabs = false                   # Use spaces instead of tabs
use_field_init_shorthand = true     # Simplify struct initializations
newline_style = "Unix"              # Use Unix-style line endings (LF)

# Function formatting
fn_params_layout = "Tall"           # Use the "Tall" style for function parameters

# Imports
reorder_imports = true              # Reorder imports alphabetically