Defines all common types shared in the different WannSea components as individual libraries for the used languages.
Every metric that we collect on the boat is defined in the wannsea.proto A readable overview can be found here which is automatically generated on each commit.
The rust folder contains a cargo library which can be embedded inside Rust projects. It generates the corresponding rust structs by using the prost crate and pbjson for implementing serde-traits. This is done inside the build script, so there are no build artifacts inside this repo