Crate haiku

Source
Expand description

This crate contains high-level bindings for Haiku

The goal is to make various low-level Haiku API’s available for use in Rust, with both the safety and the usability of the Rust standard libraries.

This crate is very much work in progress.

Modules§

app
The application kit contains tools to structure your application and to communicate with other applications and services
kernel
The kernel kit provides convenience classes that make it easy to interact with the lower level of the Haiku OS.
storage
Tools to manipulate the file system and the Haiku specific extentions to it
support
The support kit provides a few fundamentals that are used in Haiku applications