Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.09 KB

README.rst

File metadata and controls

51 lines (33 loc) · 1.09 KB

Rust bindings for hitaki library

2024/09/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.20
    • gobject-sys >= 0.20
  • API crate (hitaki)
    • libc >= 0.2
    • glib >= 0.20
    • FFI crate (hitaki-sys)