Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/takaswie/hinoko-rs
- Owner: takaswie
- Created: 2020-05-29T02:09:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-25T01:25:45.000Z (9 months ago)
- Last Synced: 2024-02-25T02:30:58.444Z (9 months ago)
- Language: Rust
- Homepage:
- Size: 359 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
================================
Rust bindings for hinoko library
================================2024/09/21
Takashi SakamotoIntroduction
============* 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