References
Greenlight is based on the interplay a multitude of both novel and old concepts and components, whose necessity or inner workings may not be immediately apparent.
In the following pages we aim to provide the necessary background and technical details to show how certain aspects are achieved in Greenlight. Each page focuses on a specific aspect or component and walks the readers through the issue that is being solved, how it is being solved, and may include some technical details necessary to recreate them
Tip
Besides this document, the documentation of the gl-client
crate
provides some basic API reference. In order to build and explore the
rust docs of the gl-client
crate locally use:
cd libs/gl-client/
cargo doc --open