Crates for interacting with Project Lighthouse in Rust, e.g. to build games or other clients.
| Crate | Version | Docs |
|---|---|---|
| lighthouse-client | ||
| lighthouse-protocol |
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 discoFor more involved examples, check out