/lighthouse-rust

Rust SDK for Project Lighthouse

Primary LanguageRustMIT LicenseMIT

Project Lighthouse SDK for Rust

Build

Crates for interacting with Project Lighthouse in Rust, e.g. to build games or other clients.

Crate Version Docs
lighthouse-client crates.io docs.rs
lighthouse-protocol crates.io docs.rs

Example Usage

First make sure to have a login at lighthouse.uni-kiel.de and to have your credentials defined as environment variables:

export LIGHTHOUSE_USER=[your username]
export LIGHTHOUSE_TOKEN=[your api token]

You can now run an example with

cargo run --example disco

For more involved examples, check out