licenses.dev

futures-util-preview v0.3.0-alpha.19

Common utilities and extension traits for the futures-rs library.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT17
PackageRelationDependenciesPublished
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
futures-channel-preview • 0.3.0-alpha.19Channels for asynchronous communication using futures-rs. DIRECT1
futures-core-preview • 0.3.0-alpha.19The core traits and types in for the `futures` library. DIRECT0
futures-io-preview • 0.3.0-alpha.19The `AsyncRead` and `AsyncWrite` traits for the futures-rs library. DIRECT0
futures-join-macro-preview • 0.3.0-alpha.19Definition of the `join!` macro and the `try_join!` macro. DIRECT5
futures-select-macro-preview • 0.3.0-alpha.19The `select!` macro for waiting on multiple different `Future`s at once and handling the first one to complete. DIRECT5
futures-sink-preview • 0.3.0-alpha.19The asynchronous `Sink` trait for the futures-rs library. DIRECT0
futures • 0.1.31An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. DIRECT0
iovec • 0.1.4Portable buffer type for scatter/gather I/O operations INDIRECT1
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
pin-utils • 0.1.0Utilities for pinning DIRECT0
proc-macro-hack • 0.5.20+deprecatedProcedural macros in expression positionDIRECT0
proc-macro-nested • 0.1.7Support for nested proc-macro-hack invocationsDIRECT0
proc-macro2 • 1.0.88A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
syn • 1.0.109Parser for Rust source codeINDIRECT3
MIT3
PackageRelationDependenciesPublished
bytes • 0.4.12Types and traits for working with bytesINDIRECT3
slab • 0.4.9Pre-allocated storage for a uniform data typeDIRECT1
tokio-io • 0.1.13Core I/O primitives for asynchronous I/O in Rust. DIRECT6
MIT OR Unlicense2
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
memchr • 2.7.4Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. DIRECT0
Unicode-DFS-2016 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.13Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

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

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