zerv 0.7.99

Generate versions for any commit from git and other version control - perfect for CI/CD builds and multiple formats
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# rustfmt.toml - Rust formatting configuration for zerv project

# General formatting
max_width = 100
tab_spaces = 4
newline_style = "Unix"

# Import formatting (requires nightly)
group_imports = "StdExternalCrate"
imports_layout = "Vertical"
imports_granularity = "Module"

# Basic formatting options
use_field_init_shorthand = true
use_try_shorthand = true
force_explicit_abi = true