Registry / database / ate
library1.3.0rscratesunverified

Distributed immutable data store with strong encryption and authentication

# Cargo.toml [dependencies] ate = "1.3.0"
INSTALL
IMPORT
SIG · ATE
A
ate
databaserustv1.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Ate
use ate::Ate;

Create an in-memory distributed data store.

use ate::Ate; fn main() { let store = Ate::new("memory://").unwrap(); println!("Created in-memory data store"); }
Debug
Known issues
gotchaRequires async runtime (tokio) for network operations
fix
Add tokio as a dependency and use #[tokio::main]
affects: >=1.0.0
Upgrade
Version history
1.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
OpenAI (training)
1
Resources
ate — cargo add ate · libregistry