#asar #bindings #github #com-rpg-hacker-asar

asar-snes

Asar 的 Rust 绑定(https://github.com/RPGHacker/asar)

3 个版本

0.1.6 2024 年 8 月 1 日
0.1.5 2024 年 8 月 1 日
0.1.4 2024 年 8 月 1 日

#285并发

Download history 282/week @ 2024-07-28 15/week @ 2024-08-04

每月 297 次下载

GPL-3.0 许可证

570KB
15K SLoC

C++ 10K SLoC // 0.0% comments Assembly 3K SLoC // 0.2% comments Rust 875 SLoC // 0.0% comments JavaScript 576 SLoC // 0.0% comments C# 435 SLoC // 0.3% comments Python 334 SLoC // 0.3% comments C 146 SLoC // 0.0% comments Batch 7 SLoC Shell 4 SLoC

Asar 的 Rust 绑定

此 crate 为 Asar 提供了 Rust 绑定

这些绑定专门针对 Asar 1.91。


lib.rs:

Asar Rust 绑定

此 crate 为 Asar 库版本 1.91 提供了一个安全包装。

默认情况下,此 crate 不是线程安全的。

如果需要在多线程环境中使用此 crate,则应启用 thread-safe 功能,这样做将使所有函数使用全局锁来确保以线程安全的方式调用 Asar API。

依赖关系

~0.4–7.5MB
~62K SLoC