licenses.dev

futures-test-preview v0.3.0-alpha.14

Common utilities for testing components built off futures-rs.

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.14Channels for asynchronous communication using futures-rs. INDIRECT1
futures-core-preview • 0.3.0-alpha.14The core traits and types in for the `futures` library. DIRECT0
futures-executor-preview • 0.3.0-alpha.14Executors for asynchronous tasks based on the futures-rs library. DIRECT14
futures-io-preview • 0.3.0-alpha.14The `AsyncRead` and `AsyncWrite` traits for the futures-rs library. INDIRECT1
futures-select-macro-preview • 0.3.0-alpha.14The `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.14The asynchronous `Sink` trait for the futures-rs library. INDIRECT2
futures-util-preview • 0.3.0-alpha.14Common utilities and extension traits for the futures-rs library. DIRECT13
pin-utils • 0.1.0Utilities for pinning DIRECT0
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-test-preview)](https://licenses.dev/cargo/futures-test-preview)
<a href="https://licenses.dev/cargo/futures-test-preview">
  <img src="https://licenses.dev/b/cargo/futures-test-preview" alt="licenses" />
</a>

Or the licenses badge code for the 0.3.0-alpha.14 version:

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