bitfold 0.1.2

A modern, high-performance reliable UDP networking library inspired by ENet, built with Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Set the line width
# https://rust-lang.github.io/rustfmt/?version=master&search=#use_small_heuristics
use_small_heuristics = "Max"

# Re-order imports
# https://rust-lang.github.io/rustfmt/?version=master&search=#reorder_imports
reorder_imports = true

# Parser edition
# https://rust-lang.github.io/rustfmt/?version=master&search=#edition
edition = "2021"

# These options are only available in +nightly.
unstable_features = true
group_imports = "StdExternalCrate"
imports_granularity = "Crate"
overflow_delimited_expr = true