licenses.dev

stream-ext v0.2.5

An extension trait for Streams that provides a variety of convenient combinator functions

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT46
PackageRelationDependenciesPublished
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
bitflags • 2.13.2A macro to generate structures which behave like bitflags. INDIRECT0
bumpalo • 3.20.3A fast bump allocation arena for Rust.INDIRECT0
cfg-if • 1.0.5A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. INDIRECT0
crossbeam-utils • 0.8.23Utilities for concurrent programmingINDIRECT0
futures-channel • 0.3.34Channels for asynchronous communication using futures-rs. INDIRECT2
futures-core • 0.3.34The core traits and types in for the `futures` library. INDIRECT0
futures-executor • 0.3.34Executors for asynchronous tasks based on the futures-rs library. INDIRECT14
futures-io • 0.3.34The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library. INDIRECT0
futures-macro • 0.3.34The futures-rs procedural macro implementations. INDIRECT4
futures-sink • 0.3.34The asynchronous `Sink` trait for the futures-rs library. INDIRECT0
futures-task • 0.3.34Tools for working with tasks. INDIRECT0
futures-timer • 3.0.4Timeouts for futures. INDIRECT0
futures-util • 0.3.34Common utilities and extension traits for the futures-rs library. INDIRECT13
futures • 0.3.34An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. DIRECT15
getrandom • 0.2.17A small cross-platform library for retrieving random data from system sourceINDIRECT3
hashbrown • 0.14.5A Rust port of Google's SwissTable hash mapINDIRECT0
js-sys • 0.3.105Bindings for all JS global objects and functions in all JS environments like Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate. INDIRECT22
leaky-bucket • 1.1.2A token-based rate limiter based on the leaky bucket algorithm.DIRECT12
libc • 0.2.189Raw FFI bindings to platform libraries like libc.INDIRECT0
lock_api • 0.4.14Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT1
log • 0.4.34A lightweight logging facade for Rust DIRECT0
once_cell • 1.21.4Single assignment cells and lazy values.INDIRECT0
parking_lot_core • 0.9.12An advanced API for creating custom synchronization primitives.INDIRECT6
parking_lot • 0.12.5More compact and efficient implementations of the standard synchronization primitives.INDIRECT9
pin-project-lite • 0.2.17A lightweight version of pin-project written with declarative macros. INDIRECT0
ppv-lite86 • 0.2.21Cross-platform cryptography-oriented low-level SIMD library.INDIRECT6
proc-macro2 • 1.0.107A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.47Quasi-quoting macro quote!(...)INDIRECT2
rand_chacha • 0.3.1ChaCha random number generator INDIRECT12
rand_core • 0.6.4Core random number generation traits and tools for implementation.INDIRECT4
rand • 0.8.8Random number generators and other randomness functionality. INDIRECT13
rustversion • 1.0.23Conditional compilation according to rustc compiler versionINDIRECT0
scopeguard • 1.2.0A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as shorthands for guards with one of the implemented strategies. INDIRECT0
smallvec • 1.16.1'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
syn • 2.0.119Parser for Rust source codeINDIRECT2
syn • 3.0.6Parser for Rust source codeINDIRECT2
wasm-bindgen-macro-support • 0.2.128Implementation APIs for the `#[wasm_bindgen]` attributeINDIRECT6
wasm-bindgen-macro • 0.2.128Definition of the `#[wasm_bindgen]` attribute, an internal dependency INDIRECT7
wasm-bindgen-shared • 0.2.128Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency. INDIRECT1
wasm-bindgen • 0.2.128Easy support for interacting between JS and Rust. INDIRECT11
web-sys • 0.3.105Bindings for all Web APIs, a procedurally generated crate from WebIDL INDIRECT23
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
windows-link • 0.2.1Linking for WindowsINDIRECT0
MIT8
PackageRelationDependenciesPublished
dashmap • 5.5.3Blazing fast concurrent HashMap for Rust.INDIRECT11
governor • 0.6.0A rate-limiting implementation in RustDIRECT57
no-std-compat • 0.4.1A `#![no_std]` compatibility layer that will make porting your crate to no_std *easy*.INDIRECT0
quanta • 0.11.1high-speed timing libraryINDIRECT33
raw-cpuid • 10.7.0A library to parse the x86 CPUID instruction, written in rust with no external dependencies. The implementation closely resembles the Intel CPUID manual description. The library does only depend on libcore.INDIRECT1
redox_syscall • 0.5.18A Rust library to access raw Redox system callsINDIRECT1
slab • 0.4.12Pre-allocated storage for a uniform data typeINDIRECT0
tokio • 1.53.1An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. INDIRECT1
Apache-2.0 OR BSD-2-Clause OR MIT3
PackageRelationDependenciesPublished
mach2 • 0.4.3A Rust interface to the user-space API of the Mach 3.0 kernel that underlies OSX.INDIRECT1
zerocopy-derive • 0.8.57Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.8.57Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don't have to.INDIRECT5
Apache-2.01
PackageRelationDependenciesPublished
nonzero_ext • 0.3.0Extensions and additional traits for non-zero integer typesINDIRECT0
MIT OR Unlicense1
PackageRelationDependenciesPublished
memchr • 2.8.3Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
wasi • 0.11.1+wasi-snapshot-preview1WASI API bindings for RustINDIRECT0
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.26Determine 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/stream-ext)](https://licenses.dev/cargo/stream-ext)
<a href="https://licenses.dev/cargo/stream-ext">
  <img src="https://licenses.dev/b/cargo/stream-ext" alt="licenses" />
</a>

Or the licenses badge code for the 0.2.5 version:

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