Crates.io | rpfm_lib |
lib.rs | rpfm_lib |
version | |
source | src |
created_at | 2023-03-02 21:06:07.734274 |
updated_at | 2024-12-10 04:18:27.307155 |
description | This crate contains the basic functionality for interacting with Total War files. |
homepage | |
repository | https://github.com/Frodo45127/rpfm |
max_upload_size | |
id | 799193 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Rusted PackFile Manager - Lib, is a crate with functionality for manipulating different kind of files used by Total War games, and it's the backbone of the RPFM Project. It also manages Game-Specific logic, and Schemas. The file types it can edit are:
For info on how to use it, check the docs, or RPFM's use of them in their repo.