licenses.dev

regalloc2 v0.5.1

Backtracking register allocator inspired from IonMonkey

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 WITH LLVM-exception

Dependency Licenses

Apache-2.0 OR MIT13
PackageRelationDependenciesPublished
arbitrary • 1.3.2The trait for generating structured data from unstructured dataINDIRECT0
cc • 1.0.99A 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. INDIRECT3
fxhash • 0.2.1A fast, non-secure, hashing algorithm derived from an internal hasher used in FireFox and Rustc.DIRECT1
jobserver • 0.1.32An implementation of the GNU Make jobserver for Rust. INDIRECT1
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
log • 0.4.22A lightweight logging facade for Rust DIRECT0
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
proc-macro2 • 1.0.89A 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
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde • 1.0.210A generic serialization/deserialization frameworkDIRECT5
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stackDIRECT0
syn • 2.0.56Parser for Rust source codeINDIRECT3
Apache-2.0 OR MIT OR NCSA1
PackageRelationDependenciesPublished
libfuzzer-sys • 0.4.7A wrapper around LLVM's libFuzzer runtime.DIRECT5
MIT1
PackageRelationDependenciesPublished
slice-group-by • 0.3.1Iterators over groups in slices and strsDIRECT0
MIT OR Unlicense1
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
Unicode-DFS-2016 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.13Determine 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/regalloc2)](https://licenses.dev/cargo/regalloc2)
<a href="https://licenses.dev/cargo/regalloc2">
  <img src="https://licenses.dev/b/cargo/regalloc2" alt="licenses" />
</a>

Or the licenses badge code for the 0.5.1 version:

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