14 releases

0.7.0-beta.0 Nov 25, 2020
0.6.0 Jul 14, 2019
0.5.2 Jul 8, 2019
0.5.0 May 23, 2019
0.1.1 Apr 30, 2019

#1201 in Database interfaces

Download history 4/week @ 2023-01-17 12/week @ 2023-01-24 15/week @ 2023-01-31 15/week @ 2023-02-07 33/week @ 2023-02-14 16/week @ 2023-02-21 2/week @ 2023-02-28 5/week @ 2023-03-07 3/week @ 2023-03-14 29/week @ 2023-03-21 7/week @ 2023-03-28 37/week @ 2023-04-11 3/week @ 2023-04-25 15/week @ 2023-05-02

55 downloads per month
Used in paradox

MIT and maybe LGPL-2.1

90KB
2.5K SLoC

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"]

Dependencies

~0–780KB
~15K SLoC