An open API service indexing awesome lists of open source software.

https://github.com/alsa-project/hitaki-rs

Rust bindings for libhitaki
https://github.com/alsa-project/hitaki-rs

Last synced: 5 months ago
JSON representation

Rust bindings for libhitaki

Awesome Lists containing this project

README

          

================================
Rust bindings for hitaki library
================================

2026/01/06
Takashi Sakamoto

Introduction
============

* This repository includes FFI and API bindings for ``libhitaki`` which provides ``Hitaki-0.0.gir``.

* https://github.com/alsa-project/libhitaki

* The crates are available in `crates.io `_ as well.

* The latest release is version 0.7.0.

Crates
======

API bindings for safe and high-level abstractions
-------------------------------------------------

* `hitaki crate `_

`FFI bindings `_
--------------------------------------------------------------------------------------------

* `hitaki-sys crate `_

License
=======

MIT License

Dependencies
============

* `libhitaki `_
* FFI crate (``hitaki-sys``)

* ``libc`` >= 0.2
* ``glib-sys`` >= 0.21
* ``gobject-sys`` >= 0.21

* API crate (``hitaki``)

* ``libc`` >= 0.2
* ``glib`` >= 0.21
* FFI crate (``hitaki-sys``)