frp-loom 0.1.0

Storage traits and in-memory implementations for the frp graph layer.
Documentation
  • Coverage
  • 87.32%
    62 out of 71 items documented1 out of 49 items with examples
  • Size
  • Source code size: 23.6 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.93 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-loom
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • joneseysinno

Storage traits and in-memory implementations for the frp graph layer.

Provides AtomStore, BlockStore, and EdgeStore traits plus HashMap-backed in-memory implementations (behind the in-memory feature flag). Also exports Query/QueryResult for pagination and StoreError.