licenses.dev

rusb v0.9.4

Rust library for accessing USB devices.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT16
PackageRelationDependenciesPublished
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
libc • 0.2.161Raw FFI bindings to platform libraries like libc. DIRECT0
minimal-lexical • 0.2.1Fast float parsing conversion routines.INDIRECT0
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
proc-macro2 • 1.0.89A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
rand_core • 0.6.4Core random number generator traits and tools for implementation. INDIRECT0
rand • 0.8.5Random number generators and other randomness functionality. INDIRECT1
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
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde • 1.0.210A generic serialization/deserialization frameworkDIRECT5
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
siphasher • 0.3.11SipHash-2-4, SipHash-1-3 and 128-bit variants in pure RustINDIRECT0
syn • 2.0.56Parser for Rust source codeINDIRECT3
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
MIT7
PackageRelationDependenciesPublished
libusb1-sys • 0.7.0FFI bindings for libusb.DIRECT5
nom • 7.1.3A byte-oriented, zero-copy, parser combinators libraryINDIRECT2
phf_codegen • 0.11.2Codegen library for PHF typesINDIRECT5
phf_generator • 0.11.2PHF generation logicINDIRECT4
phf_shared • 0.11.2Support code shared by PHF librariesINDIRECT1
phf • 0.11.2Runtime support for perfect hash function data structuresINDIRECT2
usb-ids • 1.2024.4Rust wrappers for the USB ID RepositoryDIRECT13
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
Unicode-DFS-2016 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.13Determine 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/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.9.4 version:

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