poison_pill 0.1.2

A tiny wrapper for managing children in async environment
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# https://rust-lang.github.io/rustfmt/

unstable_features = true
array_width = 90
blank_lines_upper_bound = 4
brace_style = "SameLineWhere"
chain_width = 90
fn_call_width = 90
fn_single_line = true

indent_style = "Visual"
enum_discrim_align_threshold = 50
struct_field_align_threshold = 50
max_width = 111
tab_spaces = 3
struct_lit_single_line = true
use_field_init_shorthand = true