nixpkgs-odroid-hc4/pkgs/development/libraries/nanopb/test-message-with-annotations/withannotations.proto
2025-12-20 09:59:59 +11:00

7 lines
145 B
Protocol Buffer

syntax = "proto3";
import "nanopb.proto";
message WithAnnotations {
bytes uuid = 1 [(nanopb).max_size = 16, (nanopb).fixed_length = true];
}