erlAarango 二进制序列化库
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
594 B

  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.