licenses.dev

rusb v0.5.5

Rust library for accessing USB devices.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT26
PackageRelationDependenciesPublished
bit-set • 0.5.3A set of bitsDIRECT1
bit-vec • 0.6.3A vector of bitsINDIRECT0
bitflags • 2.6.0A macro to generate structures which behave like bitflags. INDIRECT0
cc • 1.1.31A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. INDIRECT1
cfg-if • 1.0.0A 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
crc32fast • 1.4.2Fast, SIMD-accelerated CRC32 (IEEE) checksum computationINDIRECT1
filetime • 0.2.25Platform-agnostic accessors of timestamps in File metadata INDIRECT15
libc • 0.2.161Raw FFI bindings to platform libraries like libc. DIRECT0
pkg-config • 0.3.31A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. INDIRECT0
regex-syntax • 0.6.29A regular expression parser.INDIRECT0
regex • 1.7.3An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. DIRECT3
rle-decode-fast • 1.0.3Deprecated: this is available in stable Rust since 1.53 as Vec::extend_from_within(). Previsouly, the fastest way to implement any kind of decoding for Run Length Encoded data in Rust. INDIRECT0
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
tar • 0.4.40A Rust implementation of a TAR file reader and writer. This library does not currently handle compression, but it is abstract over all I/O readers and writers. Additionally, great lengths are taken to ensure that the entire contents are never required to be entirely resident in memory all at once. INDIRECT17
vcpkg • 0.2.15A library to find native dependencies in a vcpkg tree at build time in order to be used in Cargo build scripts. INDIRECT0
windows_aarch64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows-sys • 0.59.0Rust for WindowsINDIRECT9
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
xattr • 1.1.1unix extended filesystem attributesINDIRECT1
MIT5
PackageRelationDependenciesPublished
libflate • 0.1.27A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)INDIRECT5
libredox • 0.1.3Redox stable ABIINDIRECT3
libusb1-sys • 0.3.7FFI bindings for libusb.DIRECT27
redox_syscall • 0.5.7A Rust library to access raw Redox system callsINDIRECT1
take_mut • 0.2.2Take a T from a &mut T temporarilyINDIRECT0
MIT OR Unlicense2
PackageRelationDependenciesPublished
aho-corasick • 0.7.20Fast multiple substring searching.INDIRECT1
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
Zlib1
PackageRelationDependenciesPublished
adler32 • 1.2.0Minimal Adler32 implementation for Rust.INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.5.5 version:

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