talaria 0.1.1

A high performance, cyclic message passing library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# https://rust-lang.github.io/rustfmt/?version=v1.7.0

comment_width = 120
imports_layout = "HorizontalVertical"
imports_granularity = "Module"
normalize_comments = true
overflow_delimited_expr = true
reorder_impl_items = true
reorder_imports = true
group_imports = "StdExternalCrate"
struct_lit_single_line = false

unstable_features = true
wrap_comments = true