safeio 0.0.2

Deterministic async runtime for safety-critical systems
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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.

## Status

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

## License

Licensed under the [MIT license](LICENSE).

---

Part of the [DriftSys](https://github.com/driftsys) ecosystem.