licenses.dev

cranelift-jit v0.93.2

A JIT library backed by Cranelift

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 WITH LLVM-exception

Dependency Licenses

Apache-2.0 OR MIT30
PackageRelationDependenciesPublished
anyhow • 1.0.91Flexible concrete Error type built on std::error::ErrorDIRECT0
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
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
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 DIRECT0
memmap2 • 0.2.3Cross-platform Rust API for memory-mapped file IODIRECT1
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
winapi-i686-pc-windows-gnu • 0.4.0Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi-x86_64-pc-windows-gnu • 0.4.0Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi • 0.3.9Raw FFI bindings for all of Windows API.INDIRECT2
windows_aarch64_gnullvm • 0.42.2Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.42.2Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.42.2Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.42.2Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.42.2Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.42.2Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.42.2Import lib for WindowsINDIRECT0
windows-sys • 0.42.0Rust for WindowsDIRECT7
Apache-2.0 WITH LLVM-exception13
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 keysDIRECT0
cranelift-frontend • 0.93.2Cranelift IR builder helperDIRECT28
cranelift-isle • 0.93.2ISLE: Instruction Selection and Lowering Expressions. A domain-specific language for instruction selection in Cranelift.INDIRECT0
cranelift-module • 0.93.2Support for linking functions and data with CraneliftDIRECT29
cranelift-native • 0.93.2Support for targeting the host with CraneliftDIRECT28
cranelift • 0.93.2Umbrella for commonly-used cranelift cratesDIRECT29
regalloc2 • 0.5.1Backtracking register allocator inspired from IonMonkeyINDIRECT5
target-lexicon • 0.12.16Targeting utilities for compilers and related toolsDIRECT0
wasmtime-jit-icache-coherence • 6.0.2Utilities for JIT icache maintenanceDIRECT10
MIT2
PackageRelationDependenciesPublished
region • 2.2.0Cross-platform virtual memory APIDIRECT6
slice-group-by • 0.3.1Iterators over groups in slices and strsINDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
mach • 0.3.2A Rust interface to the user-space API of the Mach 3.0 kernel that underlies OSX.INDIRECT1
unknown1
PackageRelationDependenciesPublished
ahash • 0.7.8A non-cryptographic hash function using AES-NI for high performanceINDIRECT6
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-jit)](https://licenses.dev/cargo/cranelift-jit)
<a href="https://licenses.dev/cargo/cranelift-jit">
  <img src="https://licenses.dev/b/cargo/cranelift-jit" alt="licenses" />
</a>

Or the licenses badge code for the 0.93.2 version:

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