about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/nanopb/test-message-with-annotations/withannotations.proto
blob: d8109e877d68b660fc9b634e208de842f6231563 (plain) (blame)
1
2
3
4
5
6
7
syntax = "proto3";

import "nanopb.proto";

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