bracket_parse 0.1.1

simple parser for bracketed lists with quoted and unquoted strings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "bracket_parse"
version = "0.1.1"
authors = ["storyfeet <thebeaky@psmail.net>"]
description = "simple parser for bracketed lists with quoted and unquoted strings"
license = "MIT"
repository = "https://github.com/storyfeet/bracket_parse"

keywords = ["bracket","parse","tree"]
categories = ["parsing"]

[dependencies]