licenses.dev

linux-embedded-hal v0.3.2

Implementation of the `embedded-hal` traits for Linux devices

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT16
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 typesDIRECT0
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 • 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
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 • 0.2.7 A Hardware Abstraction Layer (HAL) for embedded systems DIRECT3
gpio-cdev • 0.5.1Linux GPIO Character Device Support (/dev/gpiochipN)DIRECT8
i2cdev • 0.5.1Provides API for safe access to Linux i2c device interface. DIRECT9
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
nb • 0.1.3Minimal non-blocking I/O layerDIRECT1
nb • 1.1.0Minimal non-blocking I/O layerINDIRECT0
openpty • 0.1.2Rust implementation of libc openpty()DIRECT7
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. DIRECT8
sysfs_gpio • 0.6.2Provides access to GPIOs using the Linux sysfs interface.DIRECT8
MIT8
PackageRelationDependenciesPublished
ioctl-rs • 0.1.6Rust bindings for system ioctls.INDIRECT1
memoffset • 0.6.5offset_of functionality for Rust structs.INDIRECT1
nix • 0.16.1Rust friendly bindings to *nix APIsINDIRECT6
nix • 0.23.2Rust friendly bindings to *nix APIsINDIRECT7
serial-core • 0.4.0Rust abstractions for serial ports.DIRECT1
serial-unix • 0.4.0Serial port implementation for Unix.DIRECT4
termios • 0.2.2Safe bindings for the termios library.INDIRECT1
void • 1.0.2The uninhabited void type for use in statically impossible cases.DIRECT0
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/linux-embedded-hal)](https://licenses.dev/cargo/linux-embedded-hal)
<a href="https://licenses.dev/cargo/linux-embedded-hal">
  <img src="https://licenses.dev/b/cargo/linux-embedded-hal" alt="licenses" />
</a>

Or the licenses badge code for the 0.3.2 version:

[![licenses](https://licenses.dev/b/cargo/linux-embedded-hal/0.3.2)](https://licenses.dev/cargo/linux-embedded-hal/0.3.2)
<a href="https://licenses.dev/cargo/linux-embedded-hal/0.3.2">
  <img src="https://licenses.dev/b/cargo/linux-embedded-hal/0.3.2" alt="licenses" />
</a>
GitHub