assembly

Crates.ioassembly
lib.rsassembly
version0.7.0-beta.0
sourcesrc
created_at2019-04-30 09:20:48.003851
updated_at2020-11-25 07:26:31.602735
descriptionLibrary for files/resources for LU related software
homepagehttps://xiphoseer.github.io
repositoryhttps://github.com/xiphoseer/assembly_rs
max_upload_size
id131138
size3,955
Daniel Seiler (Xiphoseer)

documentation

README

assembly

docs_badge crate_badge license_badge

This is a Rust version of the Assembly C++ library. It is a library to read and possibly write files, formats and resources of LEGO Universe game files.

Installation

Add this to your Cargo.toml:

[dependencies]
assembly = "0.6"

Modules

This crate is a meta-crate combining multiple modules. Each submodule can be enabled or disabled by using the suffix after assembly- as the feature flag.

For example, to only use the data and maps modules, update your Cargo.toml to include:

[dependencies.assembly]
version = "0.6"
default-features = false
features = ["data", "maps"]
Commit count: 232

cargo fmt