bracket_parse 0.1.4

simple parser for bracketed lists with quoted and unquoted strings -- Now deprecated, favouring Gobble instead which can do everything this does much tidier
Documentation
Bracket Parse
============

This is intended to convert a bracketd lisp/prolog like string into a tree where each bracket is considered a parent of some kind

Coming in v0.1.4
---------------
Handle Jsonish Objects - May need another Variant


Changes in v0.1.3
-------------

Iterator on &Bracket 

Changes v0.1.2
--------------

Added tail_n for tail chain skipping as tail().tail() drops the borrow.
Added tail_h for tail(n).head(), again to avoid borrow drops().

Impl Display for Bracket //TODO Escape strings safely