//
// Copyright 2018, Niels Sascha Reedijk <niels.reedijk@gmail.com>
// All rights reserved. Distributed under the terms of the MIT License.
//
//! 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.
extern crate haiku_sys;
extern crate lazy_static;
extern crate libc;