licenses.dev

rdf-types v0.22.5

Data-structures and traits definitions for RDF.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT49
PackageRelationDependenciesPublished
abnf-core • 0.5.0A nom-based parser for ABNF core rules.INDIRECT3
abnf • 0.13.0A nom-based parser for ABNF.INDIRECT4
block-buffer • 0.10.4Buffer type for block processing of dataINDIRECT3
btree-range-map • 0.7.2B-tree range map implementationINDIRECT11
btree-slab • 0.6.1A memory compact Slab-based B-tree implementationINDIRECT3
cc-traits • 2.0.0Common collection traitsINDIRECT1
cfg-if • 1.0.1A 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
contextual • 0.1.6Utility crate to deal with data in contextDIRECT0
cpufeatures • 0.2.17Lightweight 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
crypto-common • 0.1.6Common cryptographic traitsINDIRECT3
digest • 0.10.7Traits for cryptographic hash functions and message authentication codesINDIRECT5
equivalent • 1.0.2Traits for key comparison in maps.INDIRECT0
getrandom • 0.2.16A small cross-platform library for retrieving random data from system sourceINDIRECT3
half • 2.6.0Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types.INDIRECT2
hashbrown • 0.15.4A Rust port of Google's SwissTable hash mapINDIRECT0
hex_fmt • 0.3.0Formatting and shortening byte slices as hexadecimal stringsINDIRECT0
indexmap • 2.10.0A hash table with consistent order and fast iteration.DIRECT2
indoc • 2.0.6Indented document literalsINDIRECT0
iref-core • 3.2.2Uniform & Internationalized Resource Identifiers (URIs/IRIs), borrowed and owned.INDIRECT42
iref • 3.2.2Uniform & Internationalized Resource Identifiers (URIs/IRIs), borrowed and owned.DIRECT43
langtag • 0.4.0Language tags implementation following RFC 5646DIRECT40
libc • 0.2.174Raw FFI bindings to platform libraries like libc.INDIRECT0
minimal-lexical • 0.2.1Fast float parsing conversion routines.INDIRECT0
pct-str • 2.0.0Percent-encoded strings for URL, URI, IRI, etc.INDIRECT7
ppv-lite86 • 0.2.21Cross-platform cryptography-oriented low-level SIMD library.INDIRECT6
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.95A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.40Quasi-quoting macro quote!(...)INDIRECT2
rand_chacha • 0.3.1ChaCha random number generator INDIRECT12
rand_core • 0.6.4Core random number generator traits and tools for implementation. INDIRECT4
rand • 0.8.5Random number generators and other randomness functionality. DIRECT13
range-traits • 0.3.2Ranges related traits.INDIRECT0
raw-btree • 0.3.3Generic B-Tree implementation.DIRECT0
replace_with • 0.1.8Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one. DIRECT0
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde • 1.0.195A generic serialization/deserialization frameworkDIRECT5
sha2 • 0.10.9Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. INDIRECT9
smallvec • 1.15.1'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
static-iref • 3.0.0Build static IRI and IRI references at compile timeDIRECT44
static-regular-grammar • 2.0.2Derive macro for static regular grammarINDIRECT39
syn • 1.0.109Parser for Rust source codeINDIRECT2
syn • 2.0.104Parser for Rust source codeINDIRECT2
thiserror-impl • 1.0.69Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.69derive(Error)DIRECT5
typenum • 1.18.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
utf8-decode • 1.0.1UTF-8 incremental decoding iterators.INDIRECT0
uuid • 0.8.2A library to generate and parse UUIDs.DIRECT0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
MIT7
PackageRelationDependenciesPublished
crunchy • 0.2.4Crunchy unroller: deterministically unroll constant loopsINDIRECT0
educe • 0.5.11This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.DIRECT6
enum-ordinalize-derive • 4.3.1This crate provides a procedural macro that enables enums to not only obtain the ordinal values of their variants but also allows for the construction of enums from an ordinal value.INDIRECT4
enum-ordinalize • 4.2.1This library enables enums to not only obtain the ordinal values of their variants but also allows for the construction of enums from an ordinal value.INDIRECT5
generic-array • 0.14.7Generic types implementing functionality of arraysINDIRECT2
nom • 7.1.3A byte-oriented, zero-copy, parser combinators libraryINDIRECT2
slab • 0.4.10Pre-allocated storage for a uniform data typeDIRECT0
Apache-2.03
PackageRelationDependenciesPublished
ciborium-io • 0.2.2Simplified Read/Write traits for no_std usageINDIRECT0
ciborium-ll • 0.2.2Low-level CBOR codec primitivesINDIRECT4
ciborium • 0.2.2serde implementation of CBOR using ciborium-basicINDIRECT11
Apache-2.0 OR BSD-2-Clause OR MIT2
PackageRelationDependenciesPublished
zerocopy-derive • 0.8.26Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.8.26Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don't have to.INDIRECT5
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.18Determine 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.1+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
MIT OR Unlicense1
PackageRelationDependenciesPublished
memchr • 2.7.5Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.22.5 version:

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