https://github.com/LUDevNet/Assembly
Library for files/resources for LU related software
https://github.com/LUDevNet/Assembly
database file-formats lego-universe library rust-lang
Last synced: 11 months ago
JSON representation
Library for files/resources for LU related software
- Host: GitHub
- URL: https://github.com/LUDevNet/Assembly
- Owner: LUDevNet
- License: mit
- Created: 2019-04-30T08:56:26.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T13:01:24.000Z (over 1 year ago)
- Last Synced: 2024-10-29T15:40:28.978Z (over 1 year ago)
- Topics: database, file-formats, lego-universe, library, rust-lang
- Language: Rust
- Homepage: https://assembly.lu-dev.net
- Size: 2.1 MB
- Stars: 5
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Assembly
[](https://docs.rs/assembly/)
[](https://crates.io/crates/assembly)
[](https://github.com/Xiphoseer/assembly_rs/blob/master/LICENSE)
This is a [Rust](https://rust-lang.org) version of the [Assembly][assembly] C++ library. It is a
library to read and possibly write files, formats and resources of LEGO Universe
game files.
[assembly]: https://github.com/xiphoseer/assembly
## Example Tools
Load the table from the database file and print all rows corresponding to the given key:
```sh
$ cargo run --example fdb-index DB-FILE TABLE KEY
```