actr-platform-traits
Platform abstraction traits for Actor-RTC.
This crate defines the boundary between platform-agnostic orchestration logic (Hyper, ActrNode runtime) and platform-specific implementations (native, web).
Traits
- [
KvStore] — key-value storage (SQLite on native, IndexedDB on web) - [
CryptoProvider] — cryptographic primitives (ed25519-dalek on native, Web Crypto on web) - [
PlatformProvider] — composite provider grouping all platform services