Docs.rs
zippylib-0.1.0
zippylib 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
mm9942
Dependencies
bzip2 ^0.4.4
normal
clap ^4.4.18
normal
flate2 ^1.0.28
normal
tar ^0.4.40
normal
tempfile ^3.9.0
normal
xz2 ^0.1.7
normal
zip ^0.6.6
normal
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
zippylib
0.1.0
?
Function
zippylib
::
create_file_xz
source
·
[
−
]
pub fn create_file_xz<P:
AsRef
<
Path
>>( input_path: P, output_path: P ) ->
Result
<
()
,
Xz
>