Marwes / combine

A parser combinator library for Rust
https://docs.rs/combine/*/combine/
MIT License
1.29k stars 93 forks source link

refactor: Remove some unsafe blocks in buf_reader #317

Closed Marwes closed 3 years ago

Marwes commented 3 years ago

tokio-util now exposes the poll_read_buf function so we can use it directly instead of copying it for tokio 1.0 at least