Docs.rs
rusty-haystack-core-0.7.0
rusty-haystack-core 0.7.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
jscott3201
Dependencies
arrow ^55
normal
optional
base64 ^0.22
normal
chrono ^0.4
normal
crc32fast ^1
normal
dashmap ^6
normal
hmac ^0.12
normal
indexmap ^2
normal
parking_lot ^0.12
normal
pbkdf2 ^0.12
normal
rand ^0.10
normal
rayon ^1.11
normal
regex ^1
normal
roaring ^0.10
normal
rustc-hash ^2
normal
serde ^1.0
normal
serde_json ^1.0
normal
sha2 ^0.10
normal
slotmap ^1.1
normal
smallvec ^1.15
normal
subtle ^2
normal
thiserror ^2
normal
tokio ^1
normal
zeroize ^1
normal
zstd ^0.13
normal
criterion ^0.8
dev
proptest ^1.10
dev
tempfile ^3
dev
test-case ^3
dev
Versions
76.58%
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 eval
haystack_
core
0.7.0
Module eval
Module Items
Structs
In haystack_
core::
expr
haystack_core
::
expr
Module
eval
Copy item path
Source
Expand description
Expression evaluator with built-in functions.
Structs
ยง
Expr
A parsed, ready-to-evaluate expression.
Expr
Context
Context providing variable values for expression evaluation.