licenses.dev

kanal v0.1.0-beta2

The fast sync and async channel that Rust deserves

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT12
PackageRelationDependenciesPublished
crossbeam-channel • 0.5.15Multi-producer multi-consumer channels for message passingINDIRECT1
crossbeam-deque • 0.8.6Concurrent work-stealing dequeINDIRECT2
crossbeam-epoch • 0.9.18Epoch-based garbage collectionINDIRECT1
crossbeam-queue • 0.3.12Concurrent queuesINDIRECT1
crossbeam-utils • 0.8.21Utilities for concurrent programmingINDIRECT0
crossbeam • 0.8.4Tools for concurrent programmingDIRECT5
lock_api • 0.4.14Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.DIRECT1
pin-project-lite • 0.2.16A lightweight version of pin-project written with declarative macros. INDIRECT0
proc-macro2 • 1.0.103A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.41Quasi-quoting macro quote!(...)INDIRECT2
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
syn • 2.0.108Parser for Rust source codeINDIRECT2
MIT2
PackageRelationDependenciesPublished
tokio-macros • 2.6.0Tokio's proc macros. INDIRECT4
tokio • 1.48.0An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. DIRECT6
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.20Determine 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/kanal)](https://licenses.dev/cargo/kanal)
<a href="https://licenses.dev/cargo/kanal">
  <img src="https://licenses.dev/b/cargo/kanal" alt="licenses" />
</a>

Or the licenses badge code for the 0.1.0-beta2 version:

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