8 releases (4 breaking)

0.11.0 Feb 25, 2024
0.9.1 Nov 5, 2023
0.8.0 Jul 16, 2023
0.7.0 Jul 14, 2022
0.0.92 Jan 4, 2024

#115 in Unix APIs

Download history 11/week @ 2024-01-01 5/week @ 2024-02-12 145/week @ 2024-02-19 101/week @ 2024-02-26 6/week @ 2024-03-04 49/week @ 2024-03-11 13/week @ 2024-03-18 12/week @ 2024-03-25 215/week @ 2024-04-01

290 downloads per month
Used in 9 crates

MIT license

135KB
2.5K SLoC

hinawa crate

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.

Usage

Add the following line to your Cargo.toml file:

[dependencies]
hinawa = "0.11"

The API documentation is available in https://docs.rs/hinawa/.

License

The hinawa crate is released under MIT license.

Dependency

The hinawa crate depends on API crates provided by gtk-rs project for type/object system, event loop, and dispacher.

Repository

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/.

Support

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.

Sample programs

Some programs are available under examples directory.

  • read-quadlet.rs

    • demonstration to read quadlet data from node in IEEE 1394 bus identified as /dev/fw1.

Dependencies

~5.5MB
~120K SLoC