pbc 0.1.21

gen crate from protobuf
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
/**
 * ## function
 * *. captcha() → Captcha
 */

syntax = "proto3";
package captcha;

message Captcha {
  bytes id = 1;
  bytes img = 2;
  bytes tip = 3;
}