licenses.dev

futures-preview v0.2.2

An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT15
PackageRelationDependenciesPublished
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
futures-async-runtime-preview • 0.2.3Runtime for the async/await macros in the `futures` crate. DIRECT8
futures-channel-preview • 0.2.2Channels for asynchronous communication using futures-rs. DIRECT1
futures-core-preview • 0.2.3The core traits and types in for the `futures` library. DIRECT0
futures-executor-preview • 0.2.2Executors for asynchronous tasks based on the futures-rs library. DIRECT6
futures-io-preview • 0.2.2The `AsyncRead` and `AsyncWrite` traits for the futures-rs library. DIRECT1
futures-macro-async-preview • 0.2.2Definition of the `#[async]` macro for the `futures-rs` crate as well as a few other assorted macros. DIRECT4
futures-macro-await-preview • 0.2.2Definition of the `await!` macro for the `futures` crate. DIRECT0
futures-sink-preview • 0.2.2The asynchronous `Sink` trait for the futures-rs library. DIRECT2
futures-stable-preview • 0.2.3futures which support internal referencesDIRECT7
futures-util-preview • 0.2.2Common utilities and extension traits for the futures-rs library. DIRECT5
proc-macro2 • 0.4.30A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 0.6.13Quasi-quoting macro quote!(...)INDIRECT2
syn • 0.14.9Parser for Rust source codeINDIRECT3
unicode-xid • 0.1.0Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/futures-preview)](https://licenses.dev/cargo/futures-preview)
<a href="https://licenses.dev/cargo/futures-preview">
  <img src="https://licenses.dev/b/cargo/futures-preview" alt="licenses" />
</a>

Or the licenses badge code for the 0.2.2 version:

[![licenses](https://licenses.dev/b/cargo/futures-preview/0.2.2)](https://licenses.dev/cargo/futures-preview/0.2.2)
<a href="https://licenses.dev/cargo/futures-preview/0.2.2">
  <img src="https://licenses.dev/b/cargo/futures-preview/0.2.2" alt="licenses" />
</a>
GitHub