muvon/kiss-varint
Composer 安装命令:
composer require muvon/kiss-varint
包简介
varint read and pack convertion int/uint
README 文档
README
KISS implementation of varint encode and decoder for int/uint
Basic usage
use Muvon\KISS\VarInt; VarInt::packInt($value); // Pack value to a signed variable integer, little-endian VarInt::packUint($value); // Pack value to signed variable integer, little-endian VarInt::readInt($hex); // Unpack hex string as signed integer VarInt::readUint($hex); // Unpack hax string as unsigned integer
统计信息
- 总下载量: 1.33k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-07-25