erlAarango 二进制序列化库
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
SisMaker 80aa50e540 ft: 修正字符串的二进制和其他二进制的编码 对于erlang来说是一样 但是对于数据后台来说 他必然是要分清楚是字符串类型还是其他二进制类型 所以在编码时 要传递是字符串类型的二级制 就必须是编码成字符串类型 1年前
include ft: 修正字符串的二进制和其他二进制的编码 对于erlang来说是一样 但是对于数据后台来说 他必然是要分清楚是字符串类型还是其他二进制类型 所以在编码时 要传递是字符串类型的二级制 就必须是编码成字符串类型 1年前
src ft: 修正字符串的二进制和其他二进制的编码 对于erlang来说是一样 但是对于数据后台来说 他必然是要分清楚是字符串类型还是其他二进制类型 所以在编码时 要传递是字符串类型的二级制 就必须是编码成字符串类型 1年前
.gitignore 初始化提交 4 年前
LICENSE 初始化提交 4 年前
README.md 添加测试代码 4 年前
VelocyPack.md ft:代码优化 2 年前
VelocyPack_zh.md ft:代码优化 2 年前
rebar.config ft: 编译选项 no_debug_info, deterministic 1年前
vpackVal 添加测试代码 4 年前

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.