lite_db 0.1.6

rust implement lite structure kv embedded database --- lite db. lite fast kv db for mobile, client, wasm etc.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Basic
max_width = 160
attr_fn_like_width = 160
#indent_style = "Block"

# Imports
merge_derives = false
imports_granularity="Crate"
group_imports = "StdExternalCrate"

# Misc
match_arm_leading_pipes = "Never"
match_block_trailing_comma = false
use_field_init_shorthand = false