Crates.io | haiku |
lib.rs | haiku |
version | 0.2.0 |
source | src |
created_at | 2019-01-08 07:33:54.591054 |
updated_at | 2020-02-15 09:12:48.966723 |
description | Implementation of the Haiku API in Rust |
homepage | https://haiku-os.org/ |
repository | https://github.com/nielx/haiku-rs |
max_upload_size | |
id | 106742 |
size | 179,245 |
The goal of this crate is to provide a Rust implementation of the Haiku API. These functions can mostly be classified as low-level functions, which can be (mostly) found in the kernel kit. Where it makes sense, a higher level API is implemented which uses more advanced rust language constructs.
Using cargo build
should do the trick!
This crate is published on crates.io and can be used by adding it as a
dependency in your Cargo.toml
file.
Currently the following kernel interfaces are implemented:
The implementation of the messaging system currently is at a high enough level that it may be used to communicate with other Haiku applications and system services.
This crate is developed on github