unreal_helpers

Crates.iounreal_helpers
lib.rsunreal_helpers
version0.1.16
sourcesrc
created_at2023-02-27 19:20:34.965416
updated_at2023-07-17 09:43:34.299242
descriptionTools for making and loading Unreal Engine Mods.
homepagehttps://github.com/AstroTechies/unrealmodding
repository
max_upload_size
id796313
size14,855
(konsti219)

documentation

https://docs.rs/unreal_helpers

README

unreal_helpers

The unreal_helpers crate is a Rust library that implements common functionality for reading Unreal Engine files.

Documentation

Crate documentation is published to docs.rs/unreal_helpers.

Usage

The crate can be added to a Rust project as a dependency by running the command cargo add unreal_helpers.

Features

  • read_write - enables read/write extensions for unreal binary files
  • bitvec - enables bitvec extensions commonly used when working with unreal bitvecs
  • path - enables path conversion extensions used to convert paths in pak files

Examples

The tests directory contains several tests that demonstrate how to use the crate.

Commit count: 0

cargo fmt