tidepool-gvm 0.2.2

A simple, high-performance Go version management tool written in Rust with clean architecture and minimal dependencies
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Rust formatting configuration for Tidepool project

# Code style
edition = "2021"
max_width = 100
hard_tabs = false
tab_spaces = 4

# Function formatting
fn_params_layout = "Tall"

# Miscellaneous
use_small_heuristics = "Max"

# Stable features only
newline_style = "Auto"
use_field_init_shorthand = true
force_explicit_abi = true