glot 0.1.0

A library for parsing various data formats in Rust, based on Nom.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[dependencies.nom]
version = "7.1.3"

[package]
description = "A library for parsing various data formats in Rust, based on Nom."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "glot"
readme = "README.md"
repository = "https://github.com/coalooball/glot"
version = "0.1.0"