async-sevenz 0.0.3

An async 7z decompressor/compressor written in pure Rust
Documentation
1
2
3
4
5
6
7
8
# These don't change the "standard" how Rust programs normaly look, but make things more consistent.
use_try_shorthand = true

# Nightly only
#format_code_in_doc_comments = true
#hex_literal_case = "Upper"
#imports_granularity = "Crate"
#group_imports = "StdExternalCrate"