erlAarango 二进制序列化库
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
lijie 33bfe8d679 ft:代码优化 2 år sedan
include ft:代码优化 2 år sedan
src ft:代码优化 2 år sedan
.gitignore 初始化提交 4 år sedan
LICENSE 初始化提交 4 år sedan
README.md 添加测试代码 4 år sedan
VelocyPack.md ft:代码优化 2 år sedan
VelocyPack_zh.md ft:代码优化 2 år sedan
rebar.config ft: 代码调整 3 år sedan
vpackVal 添加测试代码 4 år sedan

README.md

erlVPack

erlAarango 二进制序列化库

Build

$ rebar3 compile

vpackVal

* `vpackVal`: this tool can be used to validate a VPack value in a file for
  correctness. The tool expects the (binary) VPack input file it should read from 
  in its first argument. It will return status code 0 if the VPack is valid, and
  a non-0 exit code if the VPack is invalid.

  Further options for *vpack-validate* are:
  * `--hex`: try to turn hex-encoded input into binary vpack

  On Linux, *vpack-validate* supports the pseudo filename `-` for stdin.