wood_parse 0.1.0

A library for lexing
Documentation
[[bin]]
name = "wood_parse"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.97"

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

[package]
authors = ["WoodieMaster <tabletzuhausebeiuns@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["parsing"]
description = "A library for lexing"
documentation = "https://docs.rs/wood_parse/latest/"
edition = "2021"
exclude = [".*"]
keywords = ["parsing", "text", "reader"]
license-file = "LICENSE"
name = "wood_parse"
readme = "README.md"
repository = "https://github.com/WoodieMaster/wood_parse"
version = "0.1.0"