14 个版本
0.7.0-beta.0 | 2020年11月25日 |
---|---|
0.6.0 | 2019年7月14日 |
0.5.2 | 2019年7月8日 |
0.5.0 | 2019年5月23日 |
0.1.1 | 2019年4月30日 |
#2 in #universe
51 每月下载量
用于 paradox
100KB
2.5K SLoC
assembly
这是 Rust 版本的 Assembly C++ 库。它是一个用于读取和可能写入 LEGO Universe 游戏文件的文件、格式和资源的库。
安装
将此添加到您的 Cargo.toml
[dependencies]
assembly = "0.6"
模块
此 crate 是一个元 crate,结合了多个模块。可以通过使用 assembly-
后缀作为功能标志来启用或禁用每个子模块。
例如,要仅使用 data 和 maps 模块,请更新您的 Cargo.toml
以包括
[dependencies.assembly]
version = "0.6"
default-features = false
features = ["data", "maps"]
依赖关系
~0–1.1MB
~30K SLoC