erlAarango 二进制序列化库
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

17 Zeilen
594 B

vor 4 Jahren
  1. erlVPack
  2. =====
  3. erlAarango 二进制序列化库
  4. Build
  5. -----
  6. $ rebar3 compile
  7. # vpackVal
  8. * `vpackVal`: this tool can be used to validate a VPack value in a file for
  9. correctness. The tool expects the (binary) VPack input file it should read from
  10. in its first argument. It will return status code 0 if the VPack is valid, and
  11. a non-0 exit code if the VPack is invalid.
  12. Further options for *vpack-validate* are:
  13. * `--hex`: try to turn hex-encoded input into binary vpack
  14. On Linux, *vpack-validate* supports the pseudo filename `-` for stdin.