Crates.io | async-peek |
lib.rs | async-peek |
version | 0.3.2 |
source | src |
created_at | 2020-08-14 08:57:46.008551 |
updated_at | 2020-08-27 15:49:21.778467 |
description | Read data asynchronously without removing it from the queue |
homepage | https://github.com/r3v2d0g/async-peek |
repository | https://github.com/r3v2d0g/async-peek |
max_upload_size | |
id | 276514 |
size | 28,503 |
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()
).
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/.