Crates.io | hinawa |
lib.rs | hinawa |
version | 0.12.0 |
source | src |
created_at | 2022-07-07 07:52:24.915902 |
updated_at | 2024-10-06 02:58:41.397031 |
description | API bindings for hinawa library |
homepage | https://alsa-project.github.io/gobject-introspection-docs/ |
repository | https://git.kernel.org/pub/scm/libs/ieee1394/hinawa-rs.git/ |
max_upload_size | |
id | 621011 |
size | 130,259 |
Rust API bindings and wrappers for hinawa library to operate 1394 OHCI hardware via Linux FireWire character device for asynchronous communication in IEEE 1394 bus.
The hinawa library version 4.0 is the minimum supported version for underlying library.
The hinawa crate is automatically generated by gir tool provided by gtk-rs project. Hinawa-4.0 file from hinawa library is used for the generation. But some functions are implemented manually.
Add the following line to your Cargo.toml file:
[dependencies]
hinawa = "0.12"
The API documentation is available in https://docs.rs/hinawa/.
The hinawa crate is released under MIT license.
The hinawa crate depends on API crates provided by gtk-rs project for type/object system, event loop, and dispacher.
The hinawa crate is maintained by Takashi Sakamoto for upstream of Linux FireWire subsystem. The remote repository locates in https://git.kernel.org/pub/scm/libs/ieee1394/hinawa-rs.git/.
If finding issue, please file it in https://github.com/alsa-project/hinawa-rs which is the mirror of upstream for user support and continuous integration.
Some programs are available under examples
directory.
read-quadlet.rs
/dev/fw1
.read-quadlet-async.rs