Docs.rs
json-ld-core-0.21.2
json-ld-core 0.21.2
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
timothee-haudebourg
Dependencies
bytes ^1.3
normal
optional
contextual ^0.1.4
normal
educe ^0.4.23
normal
futures ^0.3
normal
hashbrown ^0.13.1
normal
indexmap ^2.0
normal
iref ^3.1.2
normal
json-ld-syntax ^0.21.2
normal
json-syntax ^0.12
normal
langtag ^0.4
normal
linked-data ^0.1
normal
log ^0.4.17
normal
mime ^0.3
normal
once_cell ^1.4
normal
permutohedron ^0.2
normal
pretty_dtoa ^0.3
normal
rdf-types ^0.22
normal
reqwest ^0.12
normal
optional
reqwest-middleware ^0.3
normal
optional
ryu-js ^0.2.2
normal
serde ^1.0
normal
optional
smallvec ^1.10
normal
static-iref ^3.0
normal
thiserror ^1.0.38
normal
utf8-decode ^1.0.1
normal
optional
Versions
43.84%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
json_ld_core/utils/
mod.rs
1
//! Utility functions.
2
3
mod
comparison;
4
mod
hash;
5
6
pub use
comparison::
*
;
7
pub use
hash::
*
;