nom-varint 0.3.0

Parse varints (used by Celeste, Minecraft, and Protocol buffers) using nom.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.nom]
default-features = false
version = "5.0.0"

[package]
authors = ["leo60228 <iakornfeld@gmail.com>"]
description = "Parse varints (used by Celeste, Minecraft, and Protocol buffers) using nom."
edition = "2018"
homepage = "https://github.com/leo60228/nom-varint"
license = "MIT OR Apache-2.0"
name = "nom-varint"
repository = "https://github.com/leo60228/nom-varint"
version = "0.3.0"