# 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.