Expand description
§actr-platform-native
Native platform provider for Actor-RTC.
Implements PlatformProvider using:
- Storage: SQLite via
ActorStore - Crypto: ed25519-dalek + sha2
- Filesystem: tokio::fs
Re-exports§
pub use crypto::NativeCryptoProvider;pub use platform::NativePlatformProvider;