oc2-hlapi

Crates.iooc2-hlapi
lib.rsoc2-hlapi
version0.4.0
sourcesrc
created_at2024-07-10 13:44:32.480201
updated_at2024-07-12 12:22:05.941045
descriptionRust bindings for the OpenComputers II Minecraft mod's HLAPI
homepage
repositoryhttps://github.com/27factorial/oc2-hlapi
max_upload_size
id1298261
size49,439
Factorial (27factorial)

documentation

https://docs.rs/oc2-hlapi

README

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.

Commit count: 13

cargo fmt