safeio 0.0.1

Deterministic async runtime for safety-critical systems
Documentation
  • Coverage
  • 100%
    1 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 15.74 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 427.65 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • driftsys/safeio
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • stasson

SafeIO

Deterministic async runtime for safety-critical systems.

SafeIO provides a uniform async API for applications running on certified operating systems (QNX, SafeRTOS, Linux). It targets the same developer ergonomics as Tokio — tasks, channels, timers, I/O — with a smaller, auditable surface designed for safety-critical contexts.

The runtime features a deterministic work-stealing scheduler designed for formal verification, bounded worst-case execution time, and ASIL-B compliance.

Status

Early design. Not yet usable. This crate is published to reserve the name.

License

Licensed under either of

at your option.


Part of the DriftSys ecosystem.