assembly-xml

Crates.ioassembly-xml
lib.rsassembly-xml
version0.3.0
sourcesrc
created_at2021-09-29 10:05:59.648625
updated_at2021-12-20 20:51:56.707004
descriptionXML formats used in the game LEGO® Universe
homepage
repositoryhttps://github.com/xiphoseer/assembly_rs/tree/main/modules/xml
max_upload_size
id457965
size65,936
Daniel Seiler (Xiphoseer)

documentation

README

assembly-xml

This crate contains the definitions of multiple XML formats used in the game LEGO Universe.

Example Tools

This crate comes with a selection of example tools that can be installed using:

$ cargo install --examples assembly-xml

xmldb-tree

Print the names of all tables and their columns:

$ cargo run --example xmldb-tree <file>

dump-cfg

Check whether a UniverseConfig.svc file is well formed

$ dump-cfg EnvironmentInfo.xml

dump-locale-prefix

Print a subtree of a locale file

$ dump-locale-prefix res/locale/Locale.xml Preconditions_
Commit count: 232

cargo fmt