licenses.dev

futures-preview v0.3.0-alpha.13

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-channel-preview • 0.3.0-alpha.13Channels for asynchronous communication using futures-rs. DIRECT1
futures-core-preview • 0.3.0-alpha.13The core traits and types in for the `futures` library. DIRECT0
futures-executor-preview • 0.3.0-alpha.13Executors for asynchronous tasks based on the futures-rs library. DIRECT14
futures-io-preview • 0.3.0-alpha.13The `AsyncRead` and `AsyncWrite` traits for the futures-rs library. DIRECT1
futures-select-macro-preview • 0.3.0-alpha.13The `select!` macro for waiting on multiple different `Future`s at once and handling the first one to complete. INDIRECT5
futures-sink-preview • 0.3.0-alpha.13The asynchronous `Sink` trait for the futures-rs library. DIRECT2
futures-util-preview • 0.3.0-alpha.13Common utilities and extension traits for the futures-rs library. DIRECT13
pin-utils • 0.1.0Utilities for pinning INDIRECT0
proc-macro-hack • 0.5.20+deprecatedProcedural macros in expression positionINDIRECT0
proc-macro-nested • 0.1.7Support for nested proc-macro-hack invocationsINDIRECT0
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.15.44Parser 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.3.0-alpha.13 version:

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