vortex-sim 0.1.0

Simulated I/O implementations (network, storage, clock) for Vortex
Documentation
  • Coverage
  • 87.18%
    34 out of 39 items documented0 out of 0 items with examples
  • Size
  • Source code size: 46.4 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.75 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 29s Average build duration of successful builds.
  • all releases: 29s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • sansavision

vortex-sim — Simulated I/O implementations for Vortex.

Provides deterministic, fault-injectable replacements for real I/O:

  • [SimNetwork] — in-process network with latency, drops, partitions, reordering
  • [SimStorage] — in-memory storage with crash, corruption, and disk-full simulation
  • [SimClock] — virtual clock with per-node skew, drift, and step jumps