Docs.rs
rushai-core-0.1.0
rushai-core 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
20 August 2026
Links
Repository
crates.io
Source
Owners
arferreira
Dependencies
rushai-protocol ^0.1.0
normal
rusqlite ^0.40
normal
rusqlite_migration ^2
normal
serde_json ^1
normal
thiserror ^2
normal
tokio ^1
normal
tempfile ^3
dev
tokio ^1
dev
Versions
10.81%
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
rushai_core/
lib.rs
1
//! The rushai engine: sessions, storage, and (eventually) the agent loop.
2
3
pub mod
store;