seams-rs-std 0.1.1

Standard-library-backed production impls of seams-rs-core ports: SystemClock, StdSleeper, StdSpawner
Documentation
  • Coverage
  • 100%
    7 out of 7 items documented0 out of 6 items with examples
  • Size
  • Source code size: 8.07 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.96 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 40s Average build duration of successful builds.
  • all releases: 50s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • GoCleverOrg/seams-rs
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • vasco

seams-rs-std

Production implementations of every seams-rs-core port, backed by the Rust standard library.

  • SystemClock wraps std::time::SystemTime::now.
  • StdSleeper wraps std::thread::sleep.
  • StdSpawner wraps std::thread::spawn.

Depends only on seams-rs-core (itself depending only on thiserror). This is what production code should wire up via the seams-rs facade.