either-slot 0.1.0

An atomic slot that both ends can access it at most once. If one end successfully places a data into it, the other end fails to place its data and obtains the former's data instead.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
condense_wildcard_suffixes = true
edition = "2021"
format_macro_matchers = true
group_imports = "StdExternalCrate"
hard_tabs = false
imports_granularity = "Crate"
max_width = 100
merge_derives = false
normalize_comments = true
remove_nested_parens = true
reorder_imports = true
reorder_modules = true
use_try_shorthand = true
use_field_init_shorthand = true
wrap_comments = true