licenses.dev

qutex v0.2.6

Synchronization mechanisms that rely on lock-free and other non-(thread)blocking techniques, such as Rust futures, to guarantee mutually exclusive or shared exclusive access to data.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT19
PackageRelationDependenciesPublished
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
crossbeam-channel • 0.5.13Multi-producer multi-consumer channels for message passingINDIRECT1
crossbeam-deque • 0.8.5Concurrent work-stealing dequeINDIRECT2
crossbeam-epoch • 0.9.18Epoch-based garbage collectionINDIRECT1
crossbeam-queue • 0.3.11Concurrent queuesINDIRECT1
crossbeam-utils • 0.8.20Utilities for concurrent programmingINDIRECT0
crossbeam • 0.8.4Tools for concurrent programmingDIRECT5
futures-channel-preview • 0.3.0-alpha.19Channels for asynchronous communication using futures-rs. INDIRECT2
futures-core-preview • 0.3.0-alpha.19The core traits and types in for the `futures` library. INDIRECT0
futures-executor-preview • 0.3.0-alpha.19Executors for asynchronous tasks based on the futures-rs library. INDIRECT13
futures-io-preview • 0.3.0-alpha.19The `AsyncRead` and `AsyncWrite` traits for the futures-rs library. INDIRECT0
futures-preview • 0.3.0-alpha.19An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. DIRECT14
futures-sink-preview • 0.3.0-alpha.19The asynchronous `Sink` trait for the futures-rs library. INDIRECT0
futures-util-preview • 0.3.0-alpha.19Common utilities and extension traits for the futures-rs library. INDIRECT9
futures • 0.1.31An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. DIRECT0
hermit-abi • 0.3.9Hermit system calls definitions.INDIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
num_cpus • 1.16.0Get the number of CPUs on a machine.INDIRECT2
pin-utils • 0.1.0Utilities for pinning INDIRECT0
MIT OR Unlicense1
PackageRelationDependenciesPublished
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. INDIRECT0
MIT1
PackageRelationDependenciesPublished
slab • 0.4.9Pre-allocated storage for a uniform data typeINDIRECT1
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.2.6 version:

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