nom-bufreader, adapters for BufReader around nom

*/!\Work in progress, if you put it in production, you fix it/!*

With this crate, you can assemble a nom parser with a std::io::BufReader for synchronous IO, or a futures::io::BufReader for asynchronous IO. It will hide for you the Incomplete handling in nom for streaming parsers, retrying and refilling buffers automatically.

See the examples/ directory for usage