Crates.io | modinfo_7dtd |
lib.rs | modinfo_7dtd |
version | 0.2.0 |
source | src |
created_at | 2023-11-15 20:13:05.935493 |
updated_at | 2023-12-07 15:28:55.335833 |
description | Read/Write '7 Days to Die' ModInfo.xml files |
homepage | https://github.com/donovanmods/modinfo_7dtd |
repository | https://github.com/donovanmods/modinfo_7dtd |
max_upload_size | |
id | 1036791 |
size | 26,588 |
Read/Write 7 Days to Die modinfo.xml files.
Supports both version 1 and 2 of the modinfo.xml format, and can be used to convert between them.
The crate package name is modinfo_7dtd
to distinguish it from other Modinfo formats, but the library is simply named modinfo
.
Please see the documentation for more information.
Add this to your Cargo.toml
:
[dependencies]
modinfo_7dtd = "0.1"
Then, to use it in your code:
use modinfo::Modinfo;
let modinfo = Modinfo::new();
Please note that this crate is still in development, and the API may change in the future.