licenses.dev

parity-util-mem v0.7.0

Collection of memory related utilities

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT54
PackageRelationDependenciesPublished
ahash • 0.2.19A non-cryptographic hash function using AES-NI for high performanceINDIRECT9
ahash • 0.3.8A non-cryptographic hash function using AES-NI for high performanceINDIRECT0
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.INDIRECT0
autocfg • 0.1.8Automatic cfg for Rust compiler featuresINDIRECT1
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
cc • 1.1.31A 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. INDIRECT1
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. DIRECT0
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
const-random-macro • 0.1.16Provides the procedural macro used by const-randomINDIRECT7
const-random • 0.1.18Provides compile time random number generation.INDIRECT8
dlmalloc • 0.1.4A Rust port of the dlmalloc allocator DIRECT1
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
ethbloom • 0.9.2Ethereum bloom filterINDIRECT26
ethereum-types • 0.9.2Ethereum typesDIRECT36
fixed-hash • 0.6.1Macros to define custom fixed-size hash typesINDIRECT18
getrandom • 0.1.16A small cross-platform library for retrieving random data from system sourceINDIRECT3
getrandom • 0.2.15A small cross-platform library for retrieving random data from system sourceINDIRECT3
hashbrown • 0.6.3A Rust port of Google's SwissTable hash mapINDIRECT12
hashbrown • 0.8.2A Rust port of Google's SwissTable hash mapDIRECT2
impl-codec • 0.4.2Parity Codec serialization support for uint and fixed hash.INDIRECT12
impl-rlp • 0.2.1RLP serialization support for uint and fixed hash.INDIRECT2
impl-serde • 0.3.2Serde serialization support for uint and fixed hash.INDIRECT6
impl-trait-for-tuples • 0.1.3Attribute macro to implement a trait for tuples DIRECT4
jemalloc-sys • 0.3.2Rust FFI bindings to jemalloc INDIRECT4
jemallocator • 0.3.2A Rust allocator backed by jemalloc DIRECT5
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
lock_api • 0.3.4Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT1
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
parking_lot_core • 0.7.3An advanced API for creating custom synchronization primitives.INDIRECT9
parking_lot • 0.10.2More compact and efficient implementations of the standard synchronization primitives.DIRECT12
ppv-lite86 • 0.2.20Implementation of the crypto-simd API for x86INDIRECT7
primitive-types • 0.7.3Primitive types shared by Ethereum and SubstrateDIRECT33
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
rand_chacha • 0.2.2ChaCha random number generator INDIRECT13
rand_core • 0.5.1Core random number generator traits and tools for implementation. INDIRECT4
rand_hc • 0.2.0HC128 random number generator INDIRECT5
rand • 0.7.3Random number generators and other randomness functionality. INDIRECT15
rlp • 0.4.6Recursive-length prefix encoding, decoding, and compressionINDIRECT1
rustc-hex • 2.1.0rustc-serialize compatible hex conversion traits INDIRECT0
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
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde • 1.0.195A generic serialization/deserialization frameworkINDIRECT5
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stackDIRECT0
static_assertions • 1.1.0Compile-time assertions to ensure that invariants are met.INDIRECT0
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.82Parser for Rust source codeINDIRECT2
uint • 0.8.5Large fixed-size integer arithmeticINDIRECT4
unicode-xid • 0.2.6Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. 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.DIRECT2
MIT11
PackageRelationDependenciesPublished
bitvec • 0.17.4Addresses memory by bits, for packed collections and bitfieldsINDIRECT2
byte-slice-cast • 0.3.5Safely cast bytes slices from/to slices of built-in fundamental numeric typesINDIRECT0
crunchy • 0.2.2Crunchy unroller: deterministically unroll constant loopsINDIRECT0
fs_extra • 1.3.0Expanding std::fs and std::io. Recursively copy folders with information about process and much more.INDIRECT0
libmimalloc-sys • 0.1.39Sys crate wrapping the mimalloc allocatorDIRECT3
lru • 0.5.3A LRU cache implementationDIRECT13
mimalloc • 0.1.43Performance and security oriented drop-in allocatorDIRECT4
parity-util-mem-derive • 0.1.0Crate for memory reportingDIRECT6
radium • 0.3.0Portable interfaces for maybe-atomic typesINDIRECT0
redox_syscall • 0.1.57A Rust library to access raw Redox system callsINDIRECT0
synstructure • 0.12.6Helper methods and macros for custom derivesINDIRECT5
MPL-2.02
PackageRelationDependenciesPublished
memory_units • 0.4.0Safe conversions between units of memoryINDIRECT0
wee_alloc • 0.4.5wee_alloc: The Wasm-Enabled, Elfin AllocatorDIRECT6
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception2
PackageRelationDependenciesPublished
wasi • 0.11.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
wasi • 0.9.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
Apache-2.0 OR BSD-2-Clause OR MIT2
PackageRelationDependenciesPublished
zerocopy-derive • 0.7.35Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.7.35Utilities for zero-copy parsing and serializationINDIRECT6
MIT OR Unlicense1
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
cloudabi • 0.0.3Low level interface to CloudABI. Contains all syscalls and related types.INDIRECT1
Apache-2.01
PackageRelationDependenciesPublished
parity-scale-codec • 1.3.7SCALE - Simple Concatenating Aggregated Little EndiansINDIRECT11
CC0-1.01
PackageRelationDependenciesPublished
tiny-keccak • 2.0.2An implementation of Keccak derived functions.INDIRECT1
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/parity-util-mem)](https://licenses.dev/cargo/parity-util-mem)
<a href="https://licenses.dev/cargo/parity-util-mem">
  <img src="https://licenses.dev/b/cargo/parity-util-mem" alt="licenses" />
</a>

Or the licenses badge code for the 0.7.0 version:

[![licenses](https://licenses.dev/b/cargo/parity-util-mem/0.7.0)](https://licenses.dev/cargo/parity-util-mem/0.7.0)
<a href="https://licenses.dev/cargo/parity-util-mem/0.7.0">
  <img src="https://licenses.dev/b/cargo/parity-util-mem/0.7.0" alt="licenses" />
</a>
GitHub