crypt-config 0.2.2

A crypt module that encrypt/decrypt json data based on the configuration. This might be used as a layer before saving data in Mongo DB or after fetching the data from the DB in order to decrypt them.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
brace_style = "PreferSameLine"
empty_item_single_line = false
enum_discrim_align_threshold = 20
struct_field_align_threshold = 20
match_arm_align_threshold = 10
max_width = 160
fn_args_layout = "Compressed"
imports_layout = "Horizontal"
reorder_impl_items = true
tab_spaces = 2
trailing_comma = "Never"

use_small_heuristics = "Max"
use_try_shorthand = true
where_single_line = true