From 6da1b0864e1e0fde90cc8c21573a127a3caa7ac4 Mon Sep 17 00:00:00 2001 From: Geoffroy Couprie Date: Wed, 7 Sep 2016 17:37:01 +0200 Subject: [PATCH] add some things to the README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c79e900..fa875b0 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ -# Nothing to see here (yet) +# 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](https://github.com/Geal/flavors), written with nom. + +It also uses a [separate project](https://github.com/Geal/vlc_module.rs) +to import VLC function definitions and some helper macros.