Revision control
Copy as Markdown
Other Tools
[package]
name = "futures-sink"
version = "0.3.31"
edition = "2018"
rust-version = "1.36"
license = "MIT OR Apache-2.0"
description = """
The asynchronous `Sink` trait for the futures-rs library.
"""
[features]
default = ["std"]
std = ["alloc"]
alloc = []
[dependencies]
[package.metadata.docs.rs]
all-features = true
[lints]
workspace = true