async-peek

Crates.ioasync-peek
lib.rsasync-peek
version0.3.2
sourcesrc
created_at2020-08-14 08:57:46.008551
updated_at2020-08-27 15:49:21.778467
descriptionRead data asynchronously without removing it from the queue
homepagehttps://github.com/r3v2d0g/async-peek
repositoryhttps://github.com/r3v2d0g/async-peek
max_upload_size
id276514
size28,503
Matthieu Le brazidec (r3v2d0g) (r3v2d0g)

documentation

https://docs.rs/async-peek

README

Read data asynchronously without removing it from the queue

img img img

This crate provides a trait to read data asynchronously without removing it from the queue (like when using the blocking methods std::net::TcpStream::peek() and std::net::UdpSocket::peek()).

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Commit count: 23

cargo fmt