Docs.rs
  • sourcepak-0.3.0
    • sourcepak 0.3.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • barnabwhy
    • Dependencies
      • crc ^3.0.1 normal
      • filebuffer ^0.4.0 normal optional
      • lzham-alpha-sys ^0.1.1 normal optional
    • Versions
    • 78.36% of the crate is documented
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

sourcepak0.3.0

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions

List of all items

Structs

  • common::format::VPKDirectoryEntry
  • common::format::VPKTree
  • pak::revpk::format::VPKDirectoryEntryRespawn
  • pak::revpk::format::VPKFilePartEntryRespawn
  • pak::revpk::format::VPKHeaderRespawn
  • pak::revpk::format::VPKRespawn
  • pak::revpk::format::VPKRespawnCam
  • pak::revpk::format::VPKRespawnCamEntry
  • pak::v1::format::VPKHeaderV1
  • pak::v1::format::VPKVersion1
  • pak::v2::format::VPKArchiveMD5SectionEntry
  • pak::v2::format::VPKHeaderV2
  • pak::v2::format::VPKOtherMD5Section
  • pak::v2::format::VPKSignatureSection
  • pak::v2::format::VPKVersion2

Enums

  • common::detect::PakFormat
  • pak::revpk::format::EPackedLoadFlags
  • pak::revpk::format::EPackedTextureFlags

Traits

  • common::file::VPKFileReader
  • common::file::VPKFileWriter
  • common::format::DirEntry
  • common::format::PakReader
  • common::format::PakWriter

Functions

  • common::detect::detect_pak_format
  • common::lzham::compress
  • common::lzham::decompress
  • pak::revpk::cam::create_wav_header
  • pak::revpk::cam::seek_to_wav_data
  • pak::revpk::cam::seek_to_wav_data_mem_map

Constants

  • common::format::VPK_ENTRY_TERMINATOR
  • pak::revpk::format::RESPAWN_CAM_ENTRY_MAGIC
  • pak::revpk::format::VPK_SIGNATURE_REVPK
  • pak::revpk::format::VPK_VERSION_REVPK
  • pak::v1::format::VPK_SIGNATURE_V1
  • pak::v1::format::VPK_VERSION_V1
  • pak::v2::format::VPK_SIGNATURE_V2
  • pak::v2::format::VPK_VERSION_V2