Crates.io | oc2-hlapi |
lib.rs | oc2-hlapi |
version | 0.4.0 |
source | src |
created_at | 2024-07-10 13:44:32.480201 |
updated_at | 2024-07-12 12:22:05.941045 |
description | Rust bindings for the OpenComputers II Minecraft mod's HLAPI |
homepage | |
repository | https://github.com/27factorial/oc2-hlapi |
max_upload_size | |
id | 1298261 |
size | 49,439 |
Rust bindings for the OpenComputers II Minecraft mod's HLAPI.
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.
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.