dvdread-rs

Crates.iodvdread-rs
lib.rsdvdread-rs
version0.2.0
created_at2024-12-23 22:55:44.364461+00
updated_at2024-12-27 19:37:45.854772+00
descriptionRust bindings for libdvdread.
homepagehttps://github.com/theflanman/dvdread-rs
repositoryhttps://github.com/theflanman/dvdread-rs
max_upload_size
id1493501
size53,814
Connor Flanigan (theflanman)

documentation

README

dvdread-rs

dvdread-rs is a set of rust bindings for libdvdread, automatically generated by bindgen and (eventually) safe structs and methods.

Requirements

Beyond the declared rust dependencies, bindgen has its own system requirements. Libdvdread needs to be installed on the system and discoverable by bindgen at build time.

TODO

  • Write safe bindings/structs/etc.
  • Make search path for libdvdread configurable and more broadly useful.
Commit count: 6

cargo fmt