Skip to content

libvlc: Add Rust API for writing modules in rust

Thomas Guillem requested to merge final_final_rust_review into master

The API is written in src/vlccore_sys It can be divided in 2 parts:

  • library of ffi bindings to libvlc
  • library providing a high level abstraction over the bindings for module creation

Co-authored-by: Kartik Ohri kartikohri13@gmail.com

Merge request reports