Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Nordby <jononor@gmail.com>2016-05-23 19:14:33 +0300
committerSebastian Dröge <sebastian@centricular.com>2016-05-23 20:02:12 +0300
commit2d4dd7a218742b87a4da85efb711551ea09fe461 (patch)
tree2f99c969f4ad1637258f96245a3f780e1a0799df /README.md
parent56732014004ba4b0fadd3cc0698005cc201d0daf (diff)
README.md: Add minimal info and links
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000..da8e3877d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,5 @@
+# rsplugin
+
+[GStreamer](https://gstreamer.freedesktop.org/) elements built in the [Rust programming language](https://www.rust-lang.org/).
+
+For background and motivation, see the [announcement blogpost](https://coaxion.net/blog/2016/05/writing-gstreamer-plugins-and-elements-in-rust/).