actr-platform-traits 0.3.1

Platform abstraction traits for Actor-RTC: KvStore, CryptoProvider, PlatformProvider
Documentation
  • Coverage
  • 80%
    24 out of 30 items documented0 out of 17 items with examples
  • Size
  • Source code size: 8.9 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 453.93 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 6s Average build duration of successful builds.
  • all releases: 7s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • kaito-harry

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