Docs.rs
  • nom-mpq-2.0.2
    • nom-mpq 2.0.2
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • sebosp
    • Dependencies
      • bzip2-rs ^0.1 normal
      • clap ^4.4 normal
      • compress ^0.2 normal
      • convert_case ^0.6.0 normal
      • nom ^7.1.1 normal
      • serde_json ^1.0.91 normal
      • thiserror ^1.0.38 normal
      • tracing ^0.1 normal
      • tracing-subscriber ^0.3.16 normal
      • test-log ^0.2 dev
      • tracing-subscriber ^0.3.16 dev
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • 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

nom_mpq2.0.2

  • Structs
  • Enums
  • Constants
  • Statics
  • Functions
  • Type Aliases
?
Change settings

List of all items

Structs

  • MPQ
  • builder::MPQBuilder
  • parser::mpq_block_table_entry::MPQBlockTableEntry
  • parser::mpq_file_header::MPQFileHeader
  • parser::mpq_file_header_ext::MPQFileHeaderExt
  • parser::mpq_hash_table_entry::MPQHashTableEntry
  • parser::mpq_user_data::MPQUserData

Enums

  • error::MPQParserError
  • parser::MPQHashType
  • parser::MPQSectionType

Functions

  • parser::get_header_type
  • parser::parse
  • parser::peek_hex
  • parser::read_file
  • parser::read_headers

Type Aliases

  • error::MPQResult

Statics

  • parser::CHARS

Constants

  • COMPRESSION_BZ2
  • COMPRESSION_PLAINTEXT
  • COMPRESSION_ZLIB
  • MPQ_FILE_COMPRESS
  • MPQ_FILE_ENCRYPTED
  • MPQ_FILE_EXISTS
  • MPQ_FILE_SECTOR_CRC
  • MPQ_FILE_SINGLE_UNIT
  • parser::LITTLE_ENDIAN
  • parser::MPQ_ARCHIVE_HEADER_TYPE
  • parser::MPQ_USER_DATA_HEADER_TYPE