Docs.rs
heartbit-core-2026.507.3
heartbit-core 2026.507.3
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
100-tokens
Dependencies
a2a-sdk ^0.7.0
normal
optional
base64 ^0.22
normal
bytes ^1
normal
chrono ^0.4
normal
futures ^0.3
normal
glob ^0.3
normal
hmac ^0.12
normal
jsonschema ^0.28
normal
parking_lot ^0.12
normal
petgraph ^0.7
normal
regex ^1
normal
reqwest ^0.12
normal
serde ^1
normal
serde_json ^1
normal
sha1 ^0.10
normal
subtle ^2
normal
thiserror ^2
normal
tokio ^1
normal
tokio-util ^0.7
normal
toml ^0.8
normal
tracing ^0.1
normal
uuid ^1
normal
walkdir ^2
normal
criterion ^0.5
dev
tempfile ^3
dev
landlock ^0.4
normal
optional
libc ^0.2
normal
Versions
100%
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
Skip to main content
Module in_memory
heartbit_
core
2026.507.3
Module in_
memory
Module Items
Structs
In heartbit_
core::
knowledge
heartbit_core
::
knowledge
Module
in_
memory
Copy item path
Source
Expand description
In-memory knowledge base backed by BM25 scoring.
Structs
§
InMemory
Knowledge
Base
In-memory knowledge base backed by a
tokio::sync::RwLock<HashMap>
.