Skip to content

alsa-project/hitaki-rs

Repository files navigation

Rust bindings for hitaki library

2024/02/25 Takashi Sakamoto

Introduction

Crates

API bindings for safe and high-level abstractions

License

MIT License

Dependencies

  • libhitaki
  • FFI crate (hitaki-sys)
    • libc >= 0.2
    • glib-sys >= 0.19
    • gobject-sys >= 0.19
  • API crate (hitaki)
    • libc >= 0.2
    • glib >= 0.19
    • FFI crate (hitaki-sys)