licenses.dev

gimli v0.20.0

A library for reading and writing the DWARF debugging format.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT44
PackageRelationDependenciesPublished
arrayvec • 0.5.2A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.DIRECT0
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
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
crc32fast • 1.4.2Fast, SIMD-accelerated CRC32 (IEEE) checksum computationINDIRECT1
crossbeam-channel • 0.4.4Multi-producer multi-consumer channels for message passingINDIRECT5
crossbeam-deque • 0.7.4Concurrent work-stealing dequeINDIRECT8
crossbeam-deque • 0.8.5Concurrent work-stealing dequeINDIRECT2
crossbeam-epoch • 0.8.2Epoch-based garbage collectionINDIRECT7
crossbeam-epoch • 0.9.18Epoch-based garbage collectionINDIRECT1
crossbeam-utils • 0.7.2Utilities for concurrent programmingINDIRECT3
crossbeam-utils • 0.8.20Utilities for concurrent programmingINDIRECT0
crossbeam • 0.7.3Tools for concurrent programmingDIRECT11
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
fallible-iterator • 0.2.0Fallible iterator traitsDIRECT0
flate2 • 1.0.34DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. INDIRECT4
getopts • 0.2.21getopts-like option parsing. DIRECT1
hashbrown • 0.12.3A Rust port of Google's SwissTable hash mapINDIRECT0
hermit-abi • 0.3.9Hermit system calls definitions.INDIRECT0
indexmap • 1.9.3A hash table with consistent order and fast iteration.DIRECT2
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
maybe-uninit • 2.0.0MaybeUninit for friends of backwards compatibilityINDIRECT0
memmap • 0.7.0Cross-platform Rust API for memory-mapped file IODIRECT4
num_cpus • 1.16.0Get the number of CPUs on a machine.DIRECT2
object • 0.17.0A unified interface for reading and writing object file formats.DIRECT17
parity-wasm • 0.41.0WebAssembly low-level format libraryINDIRECT0
plain • 0.2.3A small Rust library that allows users to reinterpret data of certain types safely.INDIRECT0
proc-macro2 • 1.0.88A 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
rayon-core • 1.12.1Core APIs for RayonINDIRECT3
rayon • 1.10.0Simple work-stealing parallelism for RustDIRECT5
regex-syntax • 0.6.29A regular expression parser.INDIRECT0
regex • 1.7.3An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. DIRECT3
scopeguard • 1.2.0A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as shorthands for guards with one of the implemented strategies. INDIRECT0
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stackDIRECT0
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. DIRECT0
syn • 1.0.109Parser for Rust source codeINDIRECT3
unicode-width • 0.1.14Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. INDIRECT0
uuid • 0.8.2A library to generate and parse UUIDs.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
MIT6
PackageRelationDependenciesPublished
goblin • 0.1.3An impish, cross-platform, ELF, Mach-o, and PE binary parsing and loading crateINDIRECT8
memoffset • 0.5.6offset_of functionality for Rust structs.INDIRECT1
scroll_derive • 0.10.5A macros 1.1 derive implementation for Pread and Pwrite traits from the scroll crateINDIRECT4
scroll • 0.10.2A suite of powerful, extensible, generic, endian-aware Read/Write traits for byte buffersINDIRECT5
test-assembler • 0.1.6A set of types for building complex binary streams.DIRECT1
typed-arena • 2.0.2The arena, a fast but limited type of allocatorDIRECT0
MIT OR Unlicense3
PackageRelationDependenciesPublished
aho-corasick • 0.7.20Fast multiple substring searching.INDIRECT1
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.DIRECT0
memchr • 2.7.4Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
MIT OR (Apache-2.0 AND BSD-2-Clause)1
PackageRelationDependenciesPublished
crossbeam-queue • 0.2.3Concurrent queuesINDIRECT5
Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
target-lexicon • 0.10.0Targeting utilities for compilers and related toolsINDIRECT0
Apache-2.0 OR MIT OR Zlib1
PackageRelationDependenciesPublished
miniz_oxide • 0.8.0DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler2 • 2.0.0A simple clean-room implementation of the Adler-32 checksumINDIRECT0
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/gimli)](https://licenses.dev/cargo/gimli)
<a href="https://licenses.dev/cargo/gimli">
  <img src="https://licenses.dev/b/cargo/gimli" alt="licenses" />
</a>

Or the licenses badge code for the 0.20.0 version:

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