licenses.dev

parity-util-mem v0.9.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 MIT64
PackageRelationDependenciesPublished
ahash • 0.4.8A non-cryptographic hash function using AES-NI for high performanceINDIRECT0
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
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. 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. DIRECT0
dlmalloc • 0.2.7A Rust port of the dlmalloc allocator DIRECT12
ethbloom • 0.11.1Ethereum bloom filterINDIRECT26
ethereum-types • 0.11.0Ethereum typesDIRECT51
fixed-hash • 0.7.0Macros to define custom fixed-size hash typesINDIRECT17
getrandom • 0.2.15A small cross-platform library for retrieving random data from system sourceINDIRECT3
hashbrown • 0.11.2A Rust port of Google's SwissTable hash mapINDIRECT7
hashbrown • 0.12.3A Rust port of Google's SwissTable hash mapINDIRECT0
hashbrown • 0.9.1A Rust port of Google's SwissTable hash mapDIRECT1
hex • 0.4.3Encoding and decoding data into/from hexadecimal representation.INDIRECT0
impl-codec • 0.5.1Parity Codec serialization support for uint and fixed hash.INDIRECT26
impl-rlp • 0.3.0RLP serialization support for uint and fixed hash.INDIRECT3
impl-serde • 0.3.2Serde serialization support for uint and fixed hash.INDIRECT6
impl-trait-for-tuples • 0.2.2Attribute macro to implement a trait for tuples DIRECT4
indexmap • 1.9.3A hash table with consistent order and fast iteration.INDIRECT2
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.4.12Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT2
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
parking_lot_core • 0.8.6An advanced API for creating custom synchronization primitives.INDIRECT9
parking_lot • 0.11.2More compact and efficient implementations of the standard synchronization primitives.DIRECT13
ppv-lite86 • 0.2.20Implementation of the crypto-simd API for x86INDIRECT7
primitive-types • 0.9.1Primitive types shared by Ethereum and SubstrateDIRECT48
proc-macro-crate • 1.3.1Replacement for crate (macro_rules keyword) in proc-macros INDIRECT8
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.3.1ChaCha random number generator INDIRECT13
rand_core • 0.6.4Core random number generator traits and tools for implementation. INDIRECT4
rand • 0.8.5Random number generators and other randomness functionality. INDIRECT14
rlp • 0.5.2Recursive-length prefix encoding, decoding, and compressionINDIRECT2
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
toml_datetime • 0.6.8A TOML-compatible datetime typeINDIRECT0
toml_edit • 0.19.3Yet another format-preserving TOML parser.INDIRECT6
uint • 0.9.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
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.DIRECT2
windows_aarch64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows-sys • 0.59.0Rust for WindowsINDIRECT9
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
MIT16
PackageRelationDependenciesPublished
bitvec • 0.20.4Addresses memory by bits, for packed collections and bitfieldsINDIRECT4
byte-slice-cast • 1.2.2Safely cast bytes slices from/to slices of built-in fundamental numeric typesINDIRECT0
bytes • 1.8.0Types and traits for working with bytesINDIRECT0
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
funty • 1.1.0Trait generalization over the primitive typesINDIRECT0
libmimalloc-sys • 0.1.39Sys crate wrapping the mimalloc allocatorDIRECT3
lru • 0.6.6A LRU cache implementationDIRECT8
mimalloc • 0.1.43Performance and security oriented drop-in allocatorDIRECT4
nom8 • 0.2.0A byte-oriented, zero-copy, parser combinators library (fork for proposals for v8)INDIRECT1
parity-util-mem-derive • 0.1.0Crate for memory reportingDIRECT6
radium • 0.6.2Portable interfaces for maybe-atomic typesINDIRECT0
redox_syscall • 0.2.16A Rust library to access raw Redox system callsINDIRECT1
synstructure • 0.12.6Helper methods and macros for custom derivesINDIRECT5
tap • 1.0.1Generic extensions for tapping values in RustINDIRECT0
wyz • 0.2.0myrrlyn’s utility collectionINDIRECT0
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
MIT OR Unlicense2
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
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
Apache-2.02
PackageRelationDependenciesPublished
parity-scale-codec-derive • 2.3.1Serialization and deserialization derive macro for Parity SCALE CodecINDIRECT13
parity-scale-codec • 2.3.1SCALE - Simple Concatenating Aggregated Little EndiansINDIRECT25
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
BSD-3-Clause1
PackageRelationDependenciesPublished
instant • 0.1.13Unmaintained, consider using web-time instead - A partial replacement for std::time::Instant that works on WASM to.INDIRECT1
unknown1
PackageRelationDependenciesPublished
ahash • 0.7.8A non-cryptographic hash function using AES-NI for high performanceINDIRECT6
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
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/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.9.0 version:

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