nom-varint 0.3.1

Parse varints (used by Celeste, Minecraft, and Protocol buffers) using nom.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "nom-varint"
version = "0.3.1"
authors = ["leo60228 <iakornfeld@gmail.com>"]
edition = "2018"
description = "Parse varints (used by Celeste, Minecraft, and Protocol buffers) using nom."
license = "MIT OR Apache-2.0"
homepage = "https://github.com/leo60228/nom-varint"
repository = "https://github.com/leo60228/nom-varint"

[dependencies]
nom = { version = "5.0.0", default-features = false }