gun-rs 1.0.4

A realtime, decentralized, offline-first, graph data synchronization engine (Rust port)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Rustfmt configuration for gun.rs



# Formatting options

edition = "2021"

max_width = 100

tab_spaces = 4

newline_style = "Unix"

use_small_heuristics = "Default"



# Import formatting (stable options only)

reorder_imports = true



# Other options

remove_nested_parens = true

use_field_init_shorthand = true