licenses.dev

cranelift-native v0.93.2

Support for targeting the host with Cranelift

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 WITH LLVM-exception

Dependency Licenses

Apache-2.0 OR MIT16
PackageRelationDependenciesPublished
arrayvec • 0.7.6A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.INDIRECT0
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
bumpalo • 3.16.0A fast bump allocation arena for Rust.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
fallible-iterator • 0.2.0Fallible iterator traitsINDIRECT0
fxhash • 0.2.1A fast, non-secure, hashing algorithm derived from an internal hasher used in FireFox and Rustc.INDIRECT1
getrandom • 0.2.15A small cross-platform library for retrieving random data from system sourceINDIRECT3
gimli • 0.26.2A library for reading and writing the DWARF debugging format.INDIRECT12
hashbrown • 0.12.3A Rust port of Google's SwissTable hash mapINDIRECT7
indexmap • 1.9.3A hash table with consistent order and fast iteration.INDIRECT9
libc • 0.2.161Raw FFI bindings to platform libraries like libc. DIRECT0
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
stable_deref_trait • 1.2.0An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental. INDIRECT0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
Apache-2.0 WITH LLVM-exception8
PackageRelationDependenciesPublished
cranelift-bforest • 0.93.2A forest of B+-treesINDIRECT1
cranelift-codegen-meta • 0.93.2Metaprogram for cranelift-codegen code generator libraryINDIRECT1
cranelift-codegen-shared • 0.93.2For code shared between cranelift-codegen-meta and cranelift-codegenINDIRECT0
cranelift-codegen • 0.93.2Low-level code generator libraryDIRECT27
cranelift-entity • 0.93.2Data structures using entity references as mapping keysINDIRECT0
cranelift-isle • 0.93.2ISLE: Instruction Selection and Lowering Expressions. A domain-specific language for instruction selection in Cranelift.INDIRECT0
regalloc2 • 0.5.1Backtracking register allocator inspired from IonMonkeyINDIRECT5
target-lexicon • 0.12.16Targeting utilities for compilers and related toolsDIRECT0
unknown1
PackageRelationDependenciesPublished
ahash • 0.7.8A non-cryptographic hash function using AES-NI for high performanceINDIRECT6
MIT1
PackageRelationDependenciesPublished
slice-group-by • 0.3.1Iterators over groups in slices and strsINDIRECT0
MIT OR Unlicense1
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
wasi • 0.11.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/cranelift-native)](https://licenses.dev/cargo/cranelift-native)
<a href="https://licenses.dev/cargo/cranelift-native">
  <img src="https://licenses.dev/b/cargo/cranelift-native" alt="licenses" />
</a>

Or the licenses badge code for the 0.93.2 version:

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