forked from alexcrichton/xz2-rs
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hello! I have an idea. Now my code looks something like this:
let mut filters = Filters::new();
filters.lzma1_properties(properties)?;
let stream = Stream::new_raw_decoder(&filters)?;
let mut decoder = XzDecoder::new_stream(input, stream);I think using builder pattern will improve user experience.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels