Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/takaswie/hinoko-rs

Mirror of https://git.kernel.org/pub/scm/libs/ieee1394/hinoko-rs.git/ for user support and continuous integration
https://github.com/takaswie/hinoko-rs

Last synced: 1 day ago
JSON representation

Mirror of https://git.kernel.org/pub/scm/libs/ieee1394/hinoko-rs.git/ for user support and continuous integration

Awesome Lists containing this project

README

        

================================
Rust bindings for hinoko library
================================

2024/09/21
Takashi Sakamoto

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

* This repository includes FFI and API bindings for ``libhinoko1`` which provides ``Hinoko-1.0.gir``.

* ``_

* 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
-------------------------------------------------

* `hinoko crate `_

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

* `hinoko-sys crate `_

License
=======

MIT License

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

* `libhinoko `_
* FFI crate (``hinoko-sys``)

* ``libc`` >= 0.2
* ``glib-sys`` >= 0.20
* ``gobject-sys`` >= 0.20
* ``hinawa-sys`` >= 0.12

* API crate (``hinoko``)

* ``libc`` >= 0.2
* ``bitflags`` >= 2.6
* ``glib`` >= 0.20
* ``hinawa`` >= 0.12
* FFI crate (``hinoko-sys``)

Examples
========

See ``hinoko/examples`` directory