mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-20 12:43:52 +00:00
8 lines
145 B
Protocol Buffer
8 lines
145 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
import "nanopb.proto";
|
|
|
|
message WithAnnotations {
|
|
bytes uuid = 1 [(nanopb).max_size = 16, (nanopb).fixed_length = true];
|
|
}
|