Example FLV plugin for VLC media player, written in Rust

This project generates a dynamic library that can be loaded directly by VLC media player. It recognizes FLV file, thanks to the flavors nom parser, written with nom.

It also uses a separate project to import VLC function definitions and some helper macros.