2 unstable releases
0.4.0 | Jul 12, 2024 |
---|---|
0.3.0 | Jul 11, 2024 |
0.2.0 |
|
0.1.1 |
|
0.1.0 |
|
#1509 in Embedded development
35KB
637 lines
OC2-HLAPI
Rust bindings for the OpenComputers II Minecraft mod's HLAPI.
Credits and inspiration
Much of my understanding of OC2's API came from studying the source code of the mod itself and the
miku-rpc
project. Thank you to the creators of both. I created
this library because I desired stronger typing than what either miku-rpc
or the lua interface of
OC2 provided.
This library doesn't offer lua bindings for its functionality, so if that's something you're looking
for, I would highly recommend using miku-rpc
instead.
License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in oc2-hlapi by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~2–13MB
~97K SLoC