Docs.rs
icydb-core-0.5.21
icydb-core 0.5.21
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Repository
crates.io
Source
Owners
borovan
Dependencies
candid ^0.10
normal
canic-cdk ^0.9.5
normal
canic-memory ^0.9.5
normal
canic-utils ^0.9.5
normal
chrono ^0.4
normal
derive_more ^2.0
normal
icydb-schema ^0.5.21
normal
num-traits ^0.2
normal
rust_decimal ^1.37
normal
serde ^1.0
normal
serde_bytes ^0.11
normal
serde_cbor ^0.11
normal
sha2 ^0.10
normal
thiserror ^2.0
normal
ulid ^1.2
normal
bencher ^0.1
dev
proptest ^1.6
dev
serde_json ^1.0
dev
trybuild ^1.0
dev
Versions
30.61%
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 intent
icydb_
core
0.5.21
Module intent
Module Items
Structs
Enums
In icydb_
core::
db::
query
icydb_core
::
db
::
query
Module
intent
Copy item path
Source
Structs
§
Delete
Spec
DeleteSpec Mode-specific fields for delete intents. Encodes delete limits without leaking into load intents.
Load
Spec
LoadSpec Mode-specific fields for load intents. Encodes pagination without leaking into delete intents.
Query
Query
Enums
§
Intent
Error
IntentError
Query
Error
QueryError
Query
Mode
QueryMode Discriminates load vs delete intent at planning time. Encodes mode-specific fields so invalid states are unrepresentable. Mode checks are explicit and stable at execution time.