Placeholder crate - DaisyChain is a work-in-progress currently, and not quite ready for use!
DaisyChain provides a library for parsing unicode text. It aims to have a gentle and intuitive API, without sacrificing performance (it can be zero-copy). Being a library, rather than a framework means that it can be used alongside and complement other parsing toolkits.
Synopsis
use *;
use FromStr;
See The DaisyChain Cookbook for more examples
License
daisychain is distributed under the terms of either the MIT license or the
Apache License (Version 2.0)