Crates.io | unreal_helpers |
lib.rs | unreal_helpers |
version | 0.1.16 |
source | src |
created_at | 2023-02-27 19:20:34.965416 |
updated_at | 2023-07-17 09:43:34.299242 |
description | Tools for making and loading Unreal Engine Mods. |
homepage | https://github.com/AstroTechies/unrealmodding |
repository | |
max_upload_size | |
id | 796313 |
size | 14,855 |
The unreal_helpers crate is a Rust library that implements common functionality for reading Unreal Engine files.
Crate documentation is published to docs.rs/unreal_helpers.
The crate can be added to a Rust project as a dependency by running the command
cargo add unreal_helpers
.
read_write
- enables read/write extensions for unreal binary filesbitvec
- enables bitvec extensions commonly used when working with unreal bitvecspath
- enables path conversion extensions used to convert paths in pak filesThe tests directory contains several tests that demonstrate how to use the crate.