Skip to main content

robonix_liaison/
lib.rs

1// SPDX-License-Identifier: MulanPSL-2.0
2// robonix-liaison library entry — exposes generated proto types so examples
3// (mock_pilot, mock_audio) can reuse the same wire types
4// without each emitting their own copy of the codegen output.
5
6pub mod pb;