Docs.rs
  • sevenz-rust-0.4.0
    • sevenz-rust 0.4.0
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • Crates.io
    • Source
    • Owners
    • dyz1990
    • Dependencies
      • aes ^0.8 normal
      • bit-set ^0.5.3 normal
      • byteorder ^1.4 normal
      • bzip2 ^0.4 normal
      • cbc ^0.1 normal
      • crc ^3.0.0 normal
      • filetime_creation ^0.1 normal
      • lzma-rust ^0.1.2 normal
      • nt-time ^0.4.1 normal
      • rand ^0.8 normal
      • sha2 ^0.9 normal
      • zstd ^0.12.3 normal
      • rand ^0.8 dev
      • tempfile ^3.3.0 dev
      • js-sys ^0.3.60 normal
      • wasm-bindgen ^0.2 normal
    • Versions
  • Platform
    • x86_64-unknown-linux-gnu
    • x86_64-pc-windows-msvc
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
  • Feature flags
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate sevenz_rust

  • Version 0.4.0
  • All Items
  • Re-exports
  • Structs
  • Enums
  • Constants
  • Functions
?
Change settings

Crate sevenz_rust

source ·

Re-exports

  • pub use lzma_rust as lzma;
  • pub use nt_time;

Structs

  • Archive
  • Password
  • SeqReader
  • SevenZArchiveEntry
  • SevenZMethod
  • SevenZMethodConfiguration
  • SevenZReader
  • SevenZWriter
    Writes a 7z file
  • SourceReader
  • StartHeader
  • StreamMap
  • SubStreamsInfo

Enums

  • Error
  • MethodOptions

Constants

  • SEVEN_Z_SIGNATURE
  • SIGNATURE_HEADER_SIZE

Functions

  • collect_entries_and_reader
  • compress
    hepler function to compress src path to dest writer
  • compress_to_path
    hepler function to compress src path to dest path
  • decompress
    decompress a source reader to [dest] path
  • decompress_file
    decompress a 7z file
  • decompress_file_with_extract_fn
  • decompress_with_extract_fn
  • default_entry_extract_fn