licenses.dev

whi_hdi_extensions v0.2.1

Code that works in tandem or is complimentary to the Holochain `hdi` crate

Published on

Licenses

Learn more about license information.

Package Licenses

CAL-1.0

Dependency Licenses

Apache-2.0 OR MIT167
PackageRelationDependenciesPublished
addr2line • 0.20.0A cross-platform symbolication library written in Rust, using `gimli`INDIRECT1
android_system_properties • 0.1.5Minimal Android system properties wrapperINDIRECT1
android-tzdata • 0.1.1Parser for the Android-specific tzdata fileINDIRECT0
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 • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
backtrace • 0.3.68A library to acquire a stack trace (backtrace) at runtime in a Rust program. INDIRECT11
base64 • 0.13.1encodes and decodes base64 as bytes or utf8INDIRECT0
bit-set • 0.5.3A set of bitsINDIRECT1
bit-vec • 0.6.3A vector of bitsINDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
bitflags • 2.6.0A macro to generate structures which behave like bitflags. INDIRECT0
block-buffer • 0.10.4Buffer type for block processing of dataINDIRECT3
bumpalo • 3.16.0A fast bump allocation arena for Rust.INDIRECT0
camino • 1.1.9UTF-8 pathsINDIRECT6
cargo-platform • 0.1.9Cargo's representation of a target platform.INDIRECT6
cc • 1.2.5A 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 • 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
chrono • 0.4.39Date and time library for RustINDIRECT37
core-foundation-sys • 0.8.7Bindings to Core Foundation for macOSINDIRECT0
corosensei • 0.1.4A fast and safe implementation of stackful coroutinesINDIRECT10
cpufeatures • 0.2.16Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, with no_std support and support for mobile targets including Android and iOS INDIRECT1
crc32fast • 1.4.2Fast, SIMD-accelerated CRC32 (IEEE) checksum computationINDIRECT1
crossbeam-deque • 0.8.6Concurrent work-stealing dequeINDIRECT2
crossbeam-epoch • 0.9.18Epoch-based garbage collectionINDIRECT1
crossbeam-utils • 0.8.21Utilities for concurrent programmingINDIRECT0
crypto-common • 0.1.6Common cryptographic traitsINDIRECT3
derivative • 2.2.0A set of alternative `derive` attributes for RustINDIRECT4
digest • 0.10.7Traits for cryptographic hash functions and message authentication codesINDIRECT5
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
enumset_derive • 0.10.0An internal helper crate for enumset. Not public API.INDIRECT9
enumset • 1.1.5A library for creating compact sets of enums.INDIRECT10
equivalent • 1.0.1Traits for key comparison in maps.INDIRECT0
errno • 0.3.10Cross-platform interface to the `errno` variable.INDIRECT11
fallible-iterator • 0.2.0Fallible iterator traitsINDIRECT0
fastrand • 2.3.0A simple and fast random number generatorINDIRECT0
fnv • 1.0.7Fowler–Noll–Vo hash functionINDIRECT0
futures-channel • 0.3.31Channels for asynchronous communication using futures-rs. INDIRECT2
futures-core • 0.3.31The core traits and types in for the `futures` library. INDIRECT0
futures-executor • 0.3.31Executors for asynchronous tasks based on the futures-rs library. INDIRECT16
futures-io • 0.3.31The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library. INDIRECT0
futures-macro • 0.3.31The futures-rs procedural macro implementations. INDIRECT4
futures-sink • 0.3.31The asynchronous `Sink` trait for the futures-rs library. INDIRECT0
futures-task • 0.3.31Tools for working with tasks. INDIRECT0
futures-util • 0.3.31Common utilities and extension traits for the futures-rs library. INDIRECT15
futures • 0.3.31An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. INDIRECT17
gcollections • 1.5.0Generic traits over Rust collections library.INDIRECT7
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.INDIRECT18
gimli • 0.27.3A library for reading and writing the DWARF debugging format.INDIRECT0
hashbrown • 0.11.2A Rust port of Google's SwissTable hash mapINDIRECT7
hashbrown • 0.12.3A Rust port of Google's SwissTable hash mapINDIRECT7
hashbrown • 0.15.2A Rust port of Google's SwissTable hash mapINDIRECT0
heck • 0.4.1heck is a case conversion library.INDIRECT0
hermit-abi • 0.4.0Hermit system calls definitions.INDIRECT0
hex • 0.4.3Encoding and decoding data into/from hexadecimal representation.INDIRECT0
home • 0.5.11Shared definitions of home directories.INDIRECT10
iana-time-zone-haiku • 0.1.2iana-time-zone support crate for Haiku OSINDIRECT2
iana-time-zone • 0.1.61get the IANA time zone for the current systemINDIRECT30
ident_case • 1.0.1Utility for applying case rules to Rust identifiers.INDIRECT0
if_chain • 1.0.2Macro for writing nested `if let` expressions.INDIRECT0
indexmap • 1.9.3A hash table with consistent order and fast iteration.INDIRECT15
indexmap • 2.7.0A hash table with consistent order and fast iteration.INDIRECT2
intervallum • 1.4.1Generic interval and interval set library.INDIRECT8
itoa • 1.0.14Fast integer primitive to string conversionINDIRECT0
js-sys • 0.3.76Bindings for all JS global objects and functions in all JS environments like Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate. INDIRECT13
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
leb128 • 0.2.5Read and write DWARF's "Little Endian Base 128" (LEB128) variable length integer encoding.INDIRECT0
libc • 0.2.169Raw 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
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
matrixmultiply • 0.3.9General matrix multiplication for f32 and f64 matrices. Operates on matrices with general layout (they can use arbitrary row and column stride). Detects and uses AVX or SSE2 on x86 platforms transparently for higher performance. Uses a microkernel strategy, so that the implementation is easy to parallelize and optimize. Supports multithreading.INDIRECT2
memmap2 • 0.5.10Cross-platform Rust API for memory-mapped file IOINDIRECT1
num-complex • 0.4.6Complex numbers implementation for RustINDIRECT3
num-rational • 0.4.1Rational numbers implementation for RustINDIRECT4
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT2
object • 0.28.4A unified interface for reading and writing object file formats.INDIRECT19
object • 0.31.1A unified interface for reading and writing object file formats.INDIRECT1
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
parking_lot_core • 0.9.10An advanced API for creating custom synchronization primitives.INDIRECT14
parking_lot • 0.12.3More compact and efficient implementations of the standard synchronization primitives.INDIRECT18
paste • 1.0.15Macros for all your token pasting needsINDIRECT0
pest • 2.7.15The Elegant ParserINDIRECT1
pin-project-lite • 0.2.15A lightweight version of pin-project written with declarative macros. INDIRECT0
pin-utils • 0.1.0Utilities for pinning INDIRECT0
ppv-lite86 • 0.2.20Implementation of the crypto-simd API for x86INDIRECT7
proc-macro-error-attr • 1.0.4Attribute macro for proc-macro-error crateINDIRECT4
proc-macro-error • 1.0.4Almost drop-in replacement to panics in proc-macrosINDIRECT6
proc-macro2 • 1.0.92A 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_distr • 0.4.3Sampling from random number distributions INDIRECT18
rand • 0.8.5Random number generators and other randomness functionality. INDIRECT14
rawpointer • 0.2.1Extra methods for raw pointers and `NonNull<T>`. For example `.post_inc()` and `.pre_dec()` (c.f. `ptr++` and `--ptr`), `offset` and `add` for `NonNull<T>`, and the function `ptrdistance`. INDIRECT0
rayon-core • 1.12.1Core APIs for RayonINDIRECT3
rayon • 1.10.0Simple work-stealing parallelism for RustINDIRECT5
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. INDIRECT3
rustc_version • 0.4.1A library for querying the version of a installed rustc compilerINDIRECT7
rustc-demangle • 0.1.24Rust compiler symbol demangling. INDIRECT0
rustc-hash • 1.1.0speed, non-cryptographic hash used in rustcINDIRECT0
rustversion • 1.0.18Conditional compilation according to rustc compiler versionINDIRECT0
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
semver-parser • 0.10.3Parsing of the semver spec. INDIRECT2
semver • 0.11.0Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT3
semver • 1.0.24Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT6
serde_bytes • 0.11.15Optimized handling of `&[u8]` and `Vec<u8>` for SerdeINDIRECT6
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.133A JSON serialization file formatINDIRECT12
serde-transcode • 1.1.1Transcode from one Serde format to anotherINDIRECT6
serde • 1.0.210A generic serialization/deserialization frameworkDIRECT5
sha-1 • 0.10.1SHA-1 hash function. This crate is deprecated! Use the sha1 crate instead.INDIRECT9
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
simdutf8 • 0.1.5SIMD-accelerated UTF-8 validation.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
subprocess • 0.2.9Execution of child processes and pipelines, inspired by Python's subprocess module, with Rust-specific extensions. INDIRECT4
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.56Parser for Rust source codeINDIRECT3
tempfile • 3.8.0A library for managing temporary files and directories.INDIRECT28
test-fuzz-internal • 3.0.4test-fuzz-internalINDIRECT23
test-fuzz-macro • 3.0.4test-fuzz-macroINDIRECT60
test-fuzz-runtime • 3.0.4test-fuzz-runtimeINDIRECT39
test-fuzz • 3.0.4To make fuzzing Rust easyINDIRECT76
thiserror-impl • 1.0.65Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.65derive(Error)INDIRECT5
trilean • 1.1.0Kleene's three-valued logic (boolean + unknown).INDIRECT0
typenum • 1.17.0Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.INDIRECT0
ucd-trie • 0.1.7A trie for storing Unicode codepoint sets and maps. INDIRECT0
unicode-width • 0.1.14Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. INDIRECT0
unzip-n • 0.1.2Procedural macro to generate `unzip` for iterators over n-sized tuplesINDIRECT4
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
wasm-bindgen-backend • 0.2.99Backend code generation of the wasm-bindgen tool INDIRECT7
wasm-bindgen-macro-support • 0.2.99The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate INDIRECT8
wasm-bindgen-macro • 0.2.99Definition of the `#[wasm_bindgen]` attribute, an internal dependency INDIRECT9
wasm-bindgen-shared • 0.2.99Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency. INDIRECT0
wasm-bindgen • 0.2.99Easy support for interacting between JS and Rust. INDIRECT12
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.48.5Import lib for WindowsINDIRECT0
windows_aarch64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.33.0Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.33.0Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.48.5Import 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.33.0Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.33.0Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.33.0Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows-core • 0.52.0Rust for WindowsINDIRECT9
windows-sys • 0.33.0Rust for WindowsINDIRECT5
windows-sys • 0.48.0Rust for WindowsINDIRECT8
windows-sys • 0.52.0Rust for WindowsINDIRECT9
windows-sys • 0.59.0Rust for WindowsINDIRECT9
windows-targets • 0.48.5Import libs for WindowsINDIRECT7
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
MIT40
PackageRelationDependenciesPublished
bincode • 1.3.3A binary serialization / deserialization strategy for transforming structs into bytes and vice versa!INDIRECT6
blake2b_simd • 0.5.11a pure Rust BLAKE2b implementation with dynamic SIMDINDIRECT3
bytecheck • 0.6.10Derive macro for bytecheckINDIRECT8
cargo_metadata • 0.15.4structured access to the output of `cargo metadata`INDIRECT18
convert_case • 0.4.0Convert strings into any caseINDIRECT0
darling_core • 0.14.4Helper crate for proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code. INDIRECT7
darling_core • 0.20.10Helper crate for proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code. INDIRECT6
darling_macro • 0.14.4Internal support for a proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code. INDIRECT8
darling_macro • 0.20.10Internal support for a proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code. INDIRECT7
darling • 0.14.4A proc-macro library for reading attributes into structs when implementing custom derives. INDIRECT9
darling • 0.20.10A proc-macro library for reading attributes into structs when implementing custom derives. INDIRECT8
derive_more • 0.99.18Adds #[derive(x)] macros for more traitsINDIRECT9
generic-array • 0.14.7Generic types implementing functionality of arraysINDIRECT2
is-terminal • 0.4.13Test whether a given stream is a terminalINDIRECT12
loupe-derive • 0.1.3Profiling tool for Rust, see the `loupe` crateINDIRECT4
loupe • 0.1.3Profiling tool for RustINDIRECT19
memoffset • 0.6.5offset_of functionality for Rust structs.INDIRECT1
ptr_meta_derive • 0.1.4Macros for ptr_metaINDIRECT4
ptr_meta • 0.1.4A radioactive stabilization of the ptr_meta rfcINDIRECT5
redox_syscall • 0.3.5A Rust library to access raw Redox system callsINDIRECT1
redox_syscall • 0.5.8A Rust library to access raw Redox system callsINDIRECT1
region • 3.0.2Cross-platform virtual memory APIINDIRECT13
rkyv_derive • 0.7.45Derive macro for rkyvINDIRECT4
rkyv • 0.7.41Zero-copy deserialization framework for RustINDIRECT20
rmp-serde • 0.15.5Serde bindings for RMPINDIRECT12
rmp • 0.8.14Pure Rust MessagePack serialization implementationINDIRECT5
seahash • 4.1.0A blazingly fast, portable hash function with proven statistical guarantees.INDIRECT0
slab • 0.4.9Pre-allocated storage for a uniform data typeINDIRECT1
statrs • 0.15.0Statistical computing library for RustINDIRECT32
strsim • 0.10.0Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. INDIRECT0
strum_macros • 0.24.3Helpful macros for working with enums and stringsINDIRECT6
toolchain_find • 0.2.0A small library to help find installed Rust componentsINDIRECT23
tracing-attributes • 0.1.28Procedural macro attributes for automatically instrumenting functions. INDIRECT4
tracing-core • 0.1.33Core primitives for application-level tracing. INDIRECT1
tracing • 0.1.41Application-level tracing for Rust. INDIRECT9
wasmer-derive • 2.3.0Wasmer derive macrosINDIRECT7
wasmer-engine-dylib • 2.3.0Wasmer Dylib EngineINDIRECT119
wasmer-object • 2.3.0Wasmer Native Object generatorINDIRECT60
wasmer • 2.3.0High-performance WebAssembly runtimeINDIRECT153
which • 4.4.2A Rust equivalent of Unix command "which". Locate installed executable in cross platforms.INDIRECT27
Apache-2.015
PackageRelationDependenciesPublished
approx • 0.5.1Approximate floating point equality comparisons and assertions.INDIRECT3
hdi • 0.3.1The HDIDIRECT272
hdk_derive • 0.2.1derive macros for the holochain hdkINDIRECT266
holo_hash • 0.2.1hashing helpers supporting dht shardingDIRECT222
holochain_integrity_types • 0.2.1Holochain integrity typesINDIRECT265
holochain_serialized_bytes_derive • 0.0.51Provides derive macros for holochain serialized bytes.INDIRECT4
holochain_serialized_bytes • 0.0.51serialized bytes for holochainINDIRECT26
holochain_wasmer_common • 0.0.84commons for both host and guestINDIRECT206
holochain_wasmer_guest • 0.0.84wasm guest codeINDIRECT211
kitsune_p2p_dht_arc • 0.2.8Kitsune P2p Dht Arc UtilsINDIRECT19
kitsune_p2p_dht • 0.2.2Kitsune P2p DHT definitionINDIRECT100
kitsune_p2p_timestamp • 0.2.2Microsecond-precision timestamp datatype for kitsune_p2pINDIRECT42
must_future • 0.1.2A wrapper future marked must_use - mainly to wrap BoxFuturesINDIRECT18
nalgebra-macros • 0.1.0Procedural macros for nalgebraINDIRECT4
simba • 0.5.1SIMD algebra for RustINDIRECT6
Apache-2.0 WITH LLVM-exception9
PackageRelationDependenciesPublished
cranelift-bforest • 0.82.3A forest of B+-treesINDIRECT1
cranelift-codegen-meta • 0.82.3Metaprogram for cranelift-codegen code generator libraryINDIRECT1
cranelift-codegen-shared • 0.82.3For code shared between cranelift-codegen-meta and cranelift-codegenINDIRECT0
cranelift-codegen • 0.82.3Low-level code generator libraryINDIRECT28
cranelift-entity • 0.82.3Data structures using entity references as mapping keysINDIRECT0
cranelift-frontend • 0.82.3Cranelift IR builder helperINDIRECT29
regalloc • 0.0.34Modular register allocation algorithmsINDIRECT3
target-lexicon • 0.12.16Targeting utilities for compilers and related toolsINDIRECT0
wasmparser • 0.83.0A simple event-driven library for parsing WebAssembly binary files. INDIRECT0
MIT OR Apache-2.0 WITH LLVM-exception8
PackageRelationDependenciesPublished
wasmer-artifact • 2.3.0Wasmer Artifact abstractionINDIRECT57
wasmer-compiler-cranelift • 2.3.0Cranelift compiler for Wasmer WebAssembly runtimeINDIRECT79
wasmer-compiler • 2.3.0Base compiler abstraction for Wasmer WebAssembly runtimeINDIRECT56
wasmer-engine-universal-artifact • 2.3.0Wasmer Engine Universal Artifact abstractionINDIRECT58
wasmer-engine-universal • 2.3.0Wasmer Universal EngineINDIRECT90
wasmer-engine • 2.3.0Wasmer Engine abstractionINDIRECT87
wasmer-types • 2.3.0Wasmer Common TypesINDIRECT44
wasmer-vm • 2.3.0Runtime library support for WasmerINDIRECT85
MIT OR Unlicense6
PackageRelationDependenciesPublished
aho-corasick • 0.7.20Fast multiple substring searching.INDIRECT1
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
same-file • 1.0.6A simple crate for determining whether two file paths point to the same file. INDIRECT11
walkdir • 2.5.0Recursively walk a directory.INDIRECT12
winapi-util • 0.1.9A dumping ground for high level safe wrappers over windows-sys.INDIRECT10
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception6
PackageRelationDependenciesPublished
linux-raw-sys • 0.4.14Generated bindings for Linux's userspace APIINDIRECT0
rustix • 0.38.10Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscallsINDIRECT23
wasi • 0.11.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
wasm-encoder • 0.218.0A low-level WebAssembly encoder. INDIRECT1
wast • 218.0.0Customizable Rust parsers for the WebAssembly Text formats WAT and WAST INDIRECT5
wat • 1.218.0Rust parser for the WebAssembly Text format, WAT INDIRECT6
unknown4
PackageRelationDependenciesPublished
ahash • 0.7.8A non-cryptographic hash function using AES-NI for high performanceINDIRECT6
bytecheck_derive • 0.6.12Derive macro for bytecheckINDIRECT4
num-integer • 0.1.46Integer traits and functionsINDIRECT3
rend • 0.4.2Endian-aware primitives for RustINDIRECT9
Apache-2.0 OR BSD-2-Clause OR MIT3
PackageRelationDependenciesPublished
mach2 • 0.4.2A Rust interface to the user-space API of the Mach 3.0 kernel that underlies OSX.INDIRECT1
zerocopy-derive • 0.7.35Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.7.35Utilities for zero-copy parsing and serializationINDIRECT6
BSD-2-Clause2
PackageRelationDependenciesPublished
arrayref • 0.3.9Macros to take array references of slicesINDIRECT0
mach • 0.3.2A Rust interface to the user-space API of the Mach 3.0 kernel that underlies OSX.INDIRECT1
CC0-1.02
PackageRelationDependenciesPublished
constant_time_eq • 0.1.5Compares two equal-sized byte strings in constant time.INDIRECT0
more-asserts • 0.2.2Small library providing additional assert_* and debug_assert_* macros.INDIRECT0
BSD-3-Clause2
PackageRelationDependenciesPublished
nalgebra • 0.27.1General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices.INDIRECT30
subtle • 2.6.1Pure-Rust traits and utilities for constant-time cryptographic implementations.INDIRECT0
0BSD2
PackageRelationDependenciesPublished
enum-iterator-derive • 0.7.0Procedural macro to derive SequenceINDIRECT4
enum-iterator • 0.7.0Tools to iterate over all values of a type (e.g. all variants of an enumeration)INDIRECT5
MPL-2.01
PackageRelationDependenciesPublished
colored • 1.9.4The most simple way to add colors in your terminalINDIRECT17
MIT AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
libm • 0.2.11libm in pure RustINDIRECT0
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.14Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
ISC1
PackageRelationDependenciesPublished
libloading • 0.7.4Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.INDIRECT4
Apache-2.0 OR MIT OR Zlib1
PackageRelationDependenciesPublished
miniz_oxide • 0.7.4DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler • 1.0.2A simple clean-room implementation of the Adler-32 checksumINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.2.1 version:

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