hinawa

Crates.iohinawa
lib.rshinawa
version0.11.0
sourcesrc
created_at2022-07-07 07:52:24.915902
updated_at2024-02-25 01:18:00.96443
descriptionAPI bindings for hinawa library
homepagehttps://alsa-project.github.io/gobject-introspection-docs/
repositoryhttps://git.kernel.org/pub/scm/libs/ieee1394/hinawa-rs.git/
max_upload_size
id621011
size125,642
GObject Introspection (github:alsa-project:gobject-introspection)

documentation

https://docs.rs/hinawa/

README

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.
Commit count: 0

cargo fmt