tmp 0.0.1

Capability-based Preview Interfaces
Documentation
# Osi/Sys - Capability-based System Interfaces

This is the home of the `osi` and `sys` Rust packages. They provide access to
a wide collection of system-independent, as well as system-specific, interfaces
following a capability-based design. The `osi` package provides
operating-system independent interfaces, while the `sys` package provides
system specific interfaces.

### Project

 * **Website**: <https://www.bus1.eu>
 * **Bug Tracker**: <https://github.com/bus1/sys/issues>

### Requirements

The requirements for this project are:

 * `rustc >= 1.83`

### Repository:

 - **web**:   <https://github.com/bus1/sys>
 - **https**: `https://github.com/bus1/sys.git`
 - **ssh**:   `git@github.com:bus1/sys.git`

### License:

 - **MIT** OR **Apache-2.0** OR **LGPL-2.1-or-later**
 - See AUTHORS file for details.