licenses.dev

value-trait v0.2.12

Traits to deal with JSONesque values

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT36
PackageRelationDependenciesPublished
abi_stable_derive • 0.10.3Implementation detail of abi_stable.INDIRECT12
abi_stable_shared • 0.10.3Implementation detail of abi_stable.INDIRECT2
abi_stable • 0.10.5For doing Rust-to-Rust ffi,writing libraries loaded at program startup.DIRECT39
ahash • 0.3.8A non-cryptographic hash function using AES-NI for high performanceINDIRECT0
as_derive_utils • 0.10.3private derive utilities used by abi_stable and structural.INDIRECT6
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. 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
core_extensions_proc_macros • 1.5.3Implementation detail of the `core_extensions` crateINDIRECT0
core_extensions • 1.5.3Extensions for core/std library types, and other miscelaneous features.INDIRECT1
halfbrown • 0.1.11Multi backend HashMap for higher performance on different key space sizesDIRECT3
hashbrown • 0.7.2A Rust port of Google's SwissTable hash mapINDIRECT2
itoa • 0.4.8Fast integer primitive to string conversionDIRECT0
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
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
once_cell • 1.9.0Single 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.INDIRECT13
paste • 1.0.15Macros for all your token pasting needsINDIRECT0
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
rustc_version • 0.2.3A library for querying the version of a installed rustc compilerINDIRECT2
rustc_version • 0.4.1A library for querying the version of a installed rustc compilerINDIRECT1
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.7.0Parsing of the semver spec. INDIRECT0
semver • 0.9.0Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT1
semver • 1.0.24Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT0
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde • 1.0.210A generic serialization/deserialization frameworkINDIRECT5
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.56Parser for Rust source codeINDIRECT3
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
MIT3
PackageRelationDependenciesPublished
float-cmp • 0.9.0Floating point approximate comparison traitsDIRECT2
redox_syscall • 0.2.16A Rust library to access raw Redox system callsINDIRECT1
typed-arena • 2.0.2The arena, a fast but limited type of allocatorINDIRECT0
Zlib3
PackageRelationDependenciesPublished
repr_offset • 0.2.2Offsets of fields for types with a stable layout.INDIRECT2
tstr_proc_macros • 0.2.2Implementation detail of tstr.INDIRECT0
tstr • 0.2.4Type-level stringsINDIRECT1
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionDIRECT0
MPL-2.01
PackageRelationDependenciesPublished
generational-arena • 0.2.9A safe arena allocator that supports deletion without suffering from the ABA problem by using generational indices.INDIRECT1
ISC1
PackageRelationDependenciesPublished
libloading • 0.7.4Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.INDIRECT4
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
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
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.2.12 version:

[![licenses](https://licenses.dev/b/cargo/value-trait/0.2.12)](https://licenses.dev/cargo/value-trait/0.2.12)
<a href="https://licenses.dev/cargo/value-trait/0.2.12">
  <img src="https://licenses.dev/b/cargo/value-trait/0.2.12" alt="licenses" />
</a>
GitHub