erlAarango 二进制序列化库
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

17 righe
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.