Docs.rs
mnemo-core-0.4.0-rc3
mnemo-core 0.4.0-rc3
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
sattyamjjain
Dependencies
aes-gcm ^0.10
normal
async-trait ^0.1
normal
aws-config ^1
normal
optional
aws-sdk-s3 ^1
normal
optional
base64 ^0.22
normal
chrono ^0.4
normal
duckdb ^1.4
normal
hex ^0.4
normal
hmac ^0.13
normal
ndarray ^0.17
normal
optional
ort ^2.0.0-rc.11
normal
optional
rand ^0.10
normal
regex ^1.11
normal
reqwest ^0.13
normal
serde ^1.0
normal
serde_json ^1.0
normal
sha2 ^0.11
normal
subtle ^2.5
normal
tantivy ^0.26
normal
thiserror ^2.0
normal
tokenizers ^0.22
normal
optional
tokio ^1.48
normal
tracing ^0.1
normal
usearch ^2.21
normal
uuid ^1.11
normal
criterion ^0.8
dev
tempfile ^3
dev
tokio ^1.48
dev
Versions
20.43%
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
Files
mnemo_core/sync/
mod.rs
1
pub mod
engine;
2
3
pub use
engine::{SyncConflict, SyncEngine, SyncResult};