licenses.dev

embedded-alloc v0.6.0

A heap allocator for embedded systems

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT27
PackageRelationDependenciesPublished
bare-metal • 0.2.5Abstractions common to bare metal systemsINDIRECT3
base64 • 0.13.1encodes and decodes base64 as bytes or utf8INDIRECT0
bitfield • 0.13.2This crate provides macros to generate bitfield-like struct.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
cortex-m-rt-macros • 0.7.5Attributes re-exported in `cortex-m-rt`INDIRECT4
cortex-m-rt • 0.7.5Minimal runtime / startup for Cortex-M microcontrollersDIRECT5
cortex-m-semihosting • 0.5.0Semihosting for ARM Cortex-M processorsDIRECT13
cortex-m • 0.7.7Low level access to Cortex-M processorsDIRECT12
critical-section • 1.2.0Cross-platform critical sectionDIRECT0
embedded-hal • 0.2.7 A Hardware Abstraction Layer (HAL) for embedded systems INDIRECT3
libc • 0.2.169Raw FFI bindings to platform libraries like libc. INDIRECT0
linked_list_allocator • 0.10.5Simple allocator usable for no_std systems. It builds a linked list from the freed blocks and thus needs no additional data structures.DIRECT0
nb • 0.1.3Minimal non-blocking I/O layerINDIRECT1
nb • 1.1.0Minimal non-blocking I/O layerINDIRECT0
panic-semihosting • 0.6.0Report panic messages to the host stderr using semihostingDIRECT14
proc-macro2 • 1.0.92A 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
rlsf • 0.2.1Real-time dynamic memory allocator based on the TLSF algorithmDIRECT10
rustc_version • 0.2.3A library for querying the version of a installed rustc compilerINDIRECT2
semver-parser • 0.7.0Parsing of the semver spec. INDIRECT0
semver • 0.9.0Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT1
svgbobdoc • 0.3.0Renders ASCII diagrams in doc comments as SVG images. INDIRECT6
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.90Parser for Rust source codeINDIRECT2
unicode-width • 0.1.14Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. INDIRECT0
vcell • 0.1.3`Cell` with volatile read / write operationsINDIRECT0
volatile-register • 0.2.2Volatile access to memory mapped hardware registersINDIRECT1
MIT2
PackageRelationDependenciesPublished
const-default • 1.0.0A const Default traitDIRECT0
void • 1.0.2The uninhabited void type for use in statically impossible cases.INDIRECT0
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.14Determine 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/embedded-alloc)](https://licenses.dev/cargo/embedded-alloc)
<a href="https://licenses.dev/cargo/embedded-alloc">
  <img src="https://licenses.dev/b/cargo/embedded-alloc" alt="licenses" />
</a>

Or the licenses badge code for the 0.6.0 version:

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