Docs.rs
oxirs-core-0.1.0-alpha.2
oxirs-core 0.1.0-alpha.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
cool-japan
Dependencies
ahash ^0.8
normal
anyhow ^1.0
normal
async-trait ^0.1
normal
bimap ^0.6
normal
bincode ^1.3
normal
blake3 ^1.8
normal
bumpalo ^3.14
normal
bytes ^1.10
normal
chrono ^0.4
normal
crossbeam ^0.8
normal
crossbeam-deque ^0.8
normal
crossbeam-epoch ^0.9
normal
crossbeam-utils ^0.8
normal
dashmap ^6.1
normal
fastrand ^2.3
normal
futures ^0.3
normal
glob ^0.3
normal
hex ^0.4
normal
icu ^1.5
normal
icu_normalizer ^1.5
normal
icu_properties ^1.5
normal
json-event-parser ^0.2
normal
lazy_static ^1.5
normal
lru ^0.16
normal
lz4 ^1.28
normal
md5 ^0.8
normal
memmap2 ^0.9
normal
num_cpus ^1.17
normal
once_cell ^1.21
normal
oxilangtag ^0.1
normal
oxiri ^0.2
normal
oxjsonld ^0.1.0
normal
oxrdf ^0.2.2
normal
oxrdfxml ^0.1.0
normal
oxsdatatypes ^0.2
normal
oxttl ^0.1.1
normal
parking_lot ^0.12
normal
quick-xml ^0.38
normal
rayon ^1.10
normal
optional
regex ^1.11
normal
reqwest ^0.12
normal
rocksdb ^0.22
normal
optional
scirs2-core ^0.1.0-rc.1
normal
serde ^1.0.228
normal
serde_json ^1.0.145
normal
sha1 ^0.10
normal
sha2 ^0.10
normal
simd-json ^0.14
normal
siphasher ^1.0
normal
smallvec ^1.15
normal
sys-info ^0.9
normal
thiserror ^2.0
normal
tokio ^1.47.1
normal
tracing ^0.1
normal
url ^2.5.7
normal
urlencoding ^2.1
normal
uuid ^1.18
normal
wide ^0.7
normal
optional
zstd ^0.13
normal
criterion ^0.5
dev
tempfile ^3.23
dev
tokio ^1.47.1
dev
Versions
74.37%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ObjectTerm
oxirs_
core
0.1.0-alpha.2
Object
Term
Implementors
In oxirs_
core::
model
oxirs_core
::
model
Trait
Object
Term
Copy item path
Source
pub trait ObjectTerm:
RdfTerm
{ }
Expand description
A trait for terms that can be used as objects in RDF triples
Implementors
§
Source
§
impl
ObjectTerm
for
Object
Source
§
impl
ObjectTerm
for
NamedNode
Source
§
impl
ObjectTerm
for
NamedNodeRef
<'_>
Source
§
impl
ObjectTerm
for
Literal
Source
§
impl
ObjectTerm
for
QuotedTriple
Source
§
impl
ObjectTerm
for
BlankNode
Source
§
impl<'a>
ObjectTerm
for
BlankNodeRef
<'a>