licenses.dev

ncp5623 v0.1.1

Simple driver for the ON Semiconductor NCP5623 I2C RGB LED driver

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
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
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
embedded-hal • 0.2.7 A Hardware Abstraction Layer (HAL) for embedded systems DIRECT3
itertools • 0.10.5Extra iterator adaptors, iterator methods, free functions, and macros.INDIRECT1
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
mockall_derive • 0.11.4Procedural macros for Mockall INDIRECT5
mockall • 0.11.4A powerful mock object library for Rust. DIRECT24
nb • 0.1.3Minimal non-blocking I/O layerINDIRECT1
nb • 1.1.0Minimal non-blocking I/O layerINDIRECT0
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
predicates-core • 1.0.8An API for boolean-valued predicate functions.INDIRECT0
predicates-tree • 1.0.11Render boolean-valued predicate functions results as a tree.INDIRECT2
predicates • 2.1.1An implementation of boolean-valued predicate functions.INDIRECT12
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
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. INDIRECT3
syn • 1.0.109Parser for Rust source codeINDIRECT3
MIT6
PackageRelationDependenciesPublished
derive-new • 0.5.9`#[derive(new)]` implements simple constructor functions for structs and enums.DIRECT4
difflib • 0.4.0Port of Python's difflib library to Rust.INDIRECT0
downcast • 0.11.0Trait for downcasting trait objects back to their original types.INDIRECT0
float-cmp • 0.9.0Floating point approximate comparison traitsINDIRECT2
termtree • 0.4.1Visualize tree-like data on the command-lineINDIRECT0
void • 1.0.2The uninhabited void type for use in statically impossible cases.INDIRECT0
Apache-2.02
PackageRelationDependenciesPublished
fragile • 2.0.0Provides wrapper types for sending non-send values to other threads.INDIRECT0
normalize-line-endings • 0.3.0Takes an iterator over chars and returns a new iterator with all line endings (\r, \n, or \r\n) as \nINDIRECT0
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/ncp5623)](https://licenses.dev/cargo/ncp5623)
<a href="https://licenses.dev/cargo/ncp5623">
  <img src="https://licenses.dev/b/cargo/ncp5623" alt="licenses" />
</a>

Or the licenses badge code for the 0.1.1 version:

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