licenses.dev

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

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 MIT32
PackageRelationDependenciesPublished
autocfg • 0.1.8Automatic cfg for Rust compiler featuresINDIRECT1
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
futures-channel-preview • 0.3.0-alpha.16Channels for asynchronous communication using futures-rs. DIRECT1
futures-core-preview • 0.3.0-alpha.16The core traits and types in for the `futures` library. DIRECT0
futures-io-preview • 0.3.0-alpha.16The `AsyncRead` and `AsyncWrite` traits for the futures-rs library. DIRECT1
futures-select-macro-preview • 0.3.0-alpha.16The `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.16The asynchronous `Sink` trait for the futures-rs library. DIRECT2
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 • 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
rand_chacha • 0.1.1ChaCha random number generator INDIRECT4
rand_core • 0.3.1Core random number generator traits and tools for implementation. DIRECT1
rand_core • 0.4.2Core random number generator traits and tools for implementation. INDIRECT0
rand_hc • 0.1.0HC128 random number generator INDIRECT2
rand_isaac • 0.1.1ISAAC random number generator INDIRECT2
rand_jitter • 0.1.4Random number generator based on timing jitterINDIRECT5
rand_os • 0.1.3OS backed Random Number GeneratorINDIRECT10
rand_pcg • 0.1.2Selected PCG random number generators INDIRECT3
rand_xorshift • 0.1.1Xorshift random number generator INDIRECT2
rand • 0.6.5Random number generators and other randomness functionality. DIRECT19
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
winapi-i686-pc-windows-gnu • 0.4.0Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi-x86_64-pc-windows-gnu • 0.4.0Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi • 0.3.9Raw FFI bindings for all of Windows API.INDIRECT2
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
BSD-2-Clause1
PackageRelationDependenciesPublished
cloudabi • 0.0.3Low level interface to CloudABI. Contains all syscalls and related types.INDIRECT1
non-standard1
PackageRelationDependenciesPublished
fuchsia-cprng • 0.1.1Rust crate for the Fuchsia cryptographically secure pseudorandom number generatorINDIRECT0
ISC1
PackageRelationDependenciesPublished
rdrand • 0.4.0An implementation of random number generator based on rdrand and rdseed instructionsINDIRECT2
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.16 version:

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