Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.45 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.45 KB

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