licenses.dev

broadcaster v0.2.6

Broadcasting futures mpmc channel

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT24
PackageRelationDependenciesPublished
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
cfg-if • 0.1.10A 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
futures-channel-preview • 0.3.0-alpha.19Channels for asynchronous communication using futures-rs. DIRECT2
futures-core-preview • 0.3.0-alpha.19The core traits and types in for the `futures` library. DIRECT0
futures-executor-preview • 0.3.0-alpha.19Executors for asynchronous tasks based on the futures-rs library. DIRECT9
futures-sink-preview • 0.3.0-alpha.19The asynchronous `Sink` trait for the futures-rs library. DIRECT0
futures-util-preview • 0.3.0-alpha.19Common utilities and extension traits for the futures-rs library. DIRECT5
hermit-abi • 0.3.9Hermit system calls definitions.INDIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
lock_api • 0.3.4Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT1
maybe-uninit • 2.0.0MaybeUninit for friends of backwards compatibilityINDIRECT0
num_cpus • 1.16.0Get the number of CPUs on a machine.INDIRECT2
parking_lot_core • 0.6.3An advanced API for creating custom synchronization primitives.INDIRECT13
parking_lot • 0.9.0More compact and efficient implementations of the standard synchronization primitives.DIRECT16
pin-utils • 0.1.0Utilities for pinning INDIRECT0
rustc_version • 0.2.3A library for querying the version of a installed rustc compilerINDIRECT2
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
semver-parser • 0.7.0Parsing of the semver spec. INDIRECT0
semver • 0.9.0Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT1
smallvec • 0.6.14'Small vector' optimization: store up to a small number of items on the stackINDIRECT1
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
MIT2
PackageRelationDependenciesPublished
redox_syscall • 0.1.57A Rust library to access raw Redox system callsINDIRECT0
slab • 0.4.9Pre-allocated storage for a uniform data typeDIRECT1
BSD-2-Clause1
PackageRelationDependenciesPublished
cloudabi • 0.0.3Low level interface to CloudABI. Contains all syscalls and related types.INDIRECT1
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.2.6 version:

[![licenses](https://licenses.dev/b/cargo/broadcaster/0.2.6)](https://licenses.dev/cargo/broadcaster/0.2.6)
<a href="https://licenses.dev/cargo/broadcaster/0.2.6">
  <img src="https://licenses.dev/b/cargo/broadcaster/0.2.6" alt="licenses" />
</a>
GitHub