Docs.rs
aether-core-0.1.2
aether-core 0.1.2
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
sjkim1127
Dependencies
async-stream ^0.3.6
normal
async-trait ^0.1
normal
dashmap ^5.5.3
normal
fastembed ^5.8
normal
futures ^0.3.31
normal
handlebars ^6.4
normal
regex ^1.11
normal
reqwest ^0.12
normal
rhai ^1.20
normal
serde ^1.0
normal
serde_json ^1.0
normal
serde_yaml ^0.9
normal
tempfile ^3.17
normal
thiserror ^2.0.17
normal
tokio ^1.49
normal
tokio-stream ^0.1.17
normal
tracing ^0.1
normal
criterion ^0.5
dev
tokio-test ^0.4
dev
Versions
94.74%
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
Module cache
aether_
core
0.1.2
Module cache
Module Items
Structs
Traits
In crate aether_
core
aether_core
Module
cache
Copy item path
Source
Structs
§
Exact
Cache
A simple exact match cache.
Semantic
Cache
A cache that uses semantic similarity to find matches. Useful when prompts are slightly different but intent is the same.
Traits
§
Cache
Trait for prompt caching strategies.