Rust API bindings and wrappers for hinawa library to operate Linux FireWire character device for asynchronous packet and topology generation in IEEE 1394 bus.
The hinawa library version 2.5 is the minimum supported version for underlying library.
The hinawa crate is automatically generated by gir tool provided by gtk-rs project. Hinawa-3.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:
toml
[dependencies]
hinawa = "0.0.90"
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 the part of ALSA project and maintained by ALSA gobject-introspection team. The remote repository is located in https://github.com/alsa-project/hinawa-rs/.
If finding issue, please file it in https://github.com/alsa-project/hinawa-rs/.
Some programs are available under examples
directory.
read-quadlet.rs