async-peek 0.2.1

Read data asynchronously without removing it from the queue
Documentation
[dependencies.async-io]
default-features = false
optional = true
version = "0.1"

[dependencies.async-net]
default-features = false
optional = true
version = "0.1"

[dependencies.async-std]
optional = true
version = "1.6"

[dependencies.cfg-if]
version = "0.1"

[dependencies.ufut]
version = "0.2"
[dev-dependencies.smol]
version = "0.3"

[package]
authors = ["Matthieu Le brazidec (r3v2d0g) <r3v2d0g@jesus.gg>"]
categories = ["asynchronous", "network-programming"]
description = "Read data asynchronously without removing it from the queue"
documentation = "https://docs.rs/async-peek"
edition = "2018"
homepage = "https://github.com/r3v2d0g/async-peek"
keywords = ["async", "io", "peek", "tcp", "udp"]
license = "MPL-2.0"
name = "async-peek"
readme = "README.md"
repository = "https://github.com/r3v2d0g/async-peek"
version = "0.2.1"