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
- Host: GitHub
- URL: https://github.com/alsa-project/hitaki-rs
- Owner: alsa-project
- Created: 2022-04-26T07:20:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-06T04:16:22.000Z (over 1 year ago)
- Last Synced: 2025-04-12T04:12:01.305Z (about 1 year ago)
- Language: Rust
- Size: 213 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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``)