# alsahwdep crate
Rust API bindings and wrappers for [alsahwdep library](https://github.com/alsa-project/alsa-gobject) to
operate ALSA HwDep character device.
The alsahwdep library version 0.3.0 is the minimum supported version for underlying library.
The alsahwdep crate is automatically generated by [gir tool](https://gtk-rs.org/gir/book/) provided
by [gtk-rs project](https://gtk-rs.org/). ALSAHwdep-0.0 file from alsahwdep library is used for the
generation. But some functions are implemented manually.
## Usage
Add the following line to your Cargo.toml file:
```toml
[dependencies]
alsahwdep = "0.7"
```
The API documentation is available in .
## License
The alsahwdep crate is released under [MIT license](https://spdx.org/licenses/MIT.html).
## Dependency
The alsahwdep crate depends on API crates provided by [gtk-rs project](https://gtk-rs.org/) for
type/object system, event loop, and dispacher.
## Repository
The alsahwdep crate is the part of ALSA project and maintained by
[ALSA gobject-introspection team](https://alsa-project.github.io/gobject-introspection-docs/).
The remote repository is located in .
## Support
If finding issue, please file it in .