failover_vr 0.5.0

VRRP implementation library (and binary installation) in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
edition = "2024"
format_code_in_doc_comments = true
group_imports = "StdExternalCrate"
imports_granularity = "Module"
max_width = 80
merge_derives = false
wrap_comments = false

# Northbound modules are excluded to allow their local rustfmt.toml
# configurations to take precedence.
ignore = [
  "holo-*/src/northbound/",
]