multipart-write 0.1.0

Sink-like interface for writing an object in parts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
edition = "2024"
style_edition = "2024"
unstable_features = true
max_width = 80
use_small_heuristics = "Max"
comment_width = 80
doc_comment_code_block_width = 80
wrap_comments = true
normalize_comments = true
format_code_in_doc_comments = true
normalize_doc_attributes = true
reorder_impl_items = true
match_block_trailing_comma = true
use_field_init_shorthand = true
condense_wildcard_suffixes = true
reorder_imports = true
reorder_modules = true
imports_granularity = "Module"