nixpkgs/pkgs/development/libraries/nanopb/test-message-with-annotations/withannotations.proto

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
145 B
Protocol Buffer
Raw Normal View History

2020-06-05 23:29:52 +03:00
syntax = "proto3";
import "nanopb.proto";
message WithAnnotations {
bytes uuid = 1 [(nanopb).max_size = 16, (nanopb).fixed_length = true];
}