Module Inf.NsSource
A non-streamable implementation of the RFC 1950. It considers the input to be whole and is therefore able to save some time
The type for inflation errors.
Pretty-printer of error.
inflate src dst inflates the content of src into dst.
In case of success, it returns the bytes read and bytes writen in an Ok result. In case of failure, it returns the error in a Error result.