Docs.rs
corium-query-0.1.6
corium-query 0.1.6
Docs.rs crate page
Apache-2.0
OR
MIT
19 July 2026
Links
Homepage
crates.io
Source
Owners
csm
Dependencies
corium-core ^0.1.6
normal
corium-db ^0.1.6
normal
thiserror ^2
normal
corium-log ^0.1.6
dev
corium-tx ^0.1.6
dev
criterion ^0.5
dev
proptest ^1
dev
Versions
100%
of the crate is documented
Go to latest version
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
Skip to main content
Module entity
corium_
query
0.1.6
Module entity
Module Items
Structs
In crate corium_
query
corium_query
Module
entity
Copy item path
Source
Expand description
The lazy entity API: map-like navigation over EAVT.
Structs
ยง
Entity
A lazy, map-like view of one entity. Nothing is read until asked for; each access is an index prefix scan against the underlying
Db
value.