starlane-parse 0.3.14

Is a collection of utilities for making using the great [nom](https://crates.io/crates/nom) parser combinator easier to use.
Documentation
[dependencies.nom]
version = "7"

[dependencies.nom-supreme]
version = "0.6.0"

[dependencies.nom_locate]
version = "4.0.0"

[dependencies.serde]
features = ["derive", "rc"]
version = "1.0.69"

[dependencies.thiserror]
version = "1.0.63"

[lib]
name = "starlane_parse"
path = "src/lib.rs"

[package]
authors = []
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Is a collection of utilities for making using the great [nom](https://crates.io/crates/nom) parser combinator easier to use."
edition = "2021"
homepage = "https://starlane.io"
license = "MIT"
name = "starlane-parse"
readme = "README.md"
repository = "https://github.com/cosmic-initiative/cosmic-initiative.git"
rust-version = "1.80.0"
version = "0.3.14"