licenses.dev

lm75 v0.2.0

Platform-agnostic Rust driver for the LM75 temperature sensor and thermal watchdog.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT15
PackageRelationDependenciesPublished
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
cast • 0.3.0Ergonomic, checked cast functions for primitive typesINDIRECT0
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
embedded-hal-mock • 0.8.0A collection of mocked devices that implement the embedded-hal traitsDIRECT4
embedded-hal • 0.2.7 A Hardware Abstraction Layer (HAL) for embedded systems DIRECT3
i2cdev • 0.5.1Provides API for safe access to Linux i2c device interface. INDIRECT9
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
linux-embedded-hal • 0.3.2Implementation of the `embedded-hal` traits for Linux devicesDIRECT21
nb • 0.1.3Minimal non-blocking I/O layerINDIRECT1
nb • 1.1.0Minimal non-blocking I/O layerINDIRECT0
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
spidev • 0.5.2Provides access to the Linux spidev interface. This interface allows for configuration of the spidev device, half-duplex SPI access, and full-duplex SPI access. INDIRECT8
sysfs_gpio • 0.6.2Provides access to GPIOs using the Linux sysfs interface.INDIRECT8
MIT7
PackageRelationDependenciesPublished
ioctl-rs • 0.1.6Rust bindings for system ioctls.INDIRECT1
memoffset • 0.6.5offset_of functionality for Rust structs.INDIRECT1
nix • 0.23.2Rust friendly bindings to *nix APIsINDIRECT7
serial-core • 0.4.0Rust abstractions for serial ports.INDIRECT1
serial-unix • 0.4.0Serial port implementation for Unix.INDIRECT4
termios • 0.2.2Safe bindings for the termios library.INDIRECT1
void • 1.0.2The uninhabited void type for use in statically impossible cases.INDIRECT0
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/lm75)](https://licenses.dev/cargo/lm75)
<a href="https://licenses.dev/cargo/lm75">
  <img src="https://licenses.dev/b/cargo/lm75" alt="licenses" />
</a>

Or the licenses badge code for the 0.2.0 version:

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