licenses.dev

tokio-io v0.1.13

Core I/O primitives for asynchronous I/O in Rust.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT8
PackageRelationDependenciesPublished
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
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
crossbeam-utils • 0.7.2Utilities for concurrent programmingINDIRECT3
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
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
log • 0.4.22A lightweight logging facade for Rust DIRECT0
MIT3
PackageRelationDependenciesPublished
bytes • 0.4.12Types and traits for working with bytesDIRECT3
tokio-current-thread • 0.1.7Single threaded executor which manage many tasks concurrently on the current thread. DIRECT6
tokio-executor • 0.1.10Future execution primitives INDIRECT5
MIT OR Unlicense1
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.1.13 version:

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