frp-signal 0.1.0

Lifecycle and telemetry signal contracts for frp persistence flows.
Documentation
  • Coverage
  • 86.11%
    31 out of 36 items documented0 out of 31 items with examples
  • Size
  • Source code size: 23.73 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.88 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 1m 5s Average build duration of successful builds.
  • all releases: 1m 5s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • joneseysinno/frp-signal
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • joneseysinno

Pull-based reactive primitives for the infinite-db frp backend.

Provides Signal<T> (writable reactive cells), Computed<T> (lazily re-evaluated derived values), Slot<T> (named single-value input receivers), and DirtySet (shared dirty-ID tracking).