From 953817e2575f7ecc8f915dcc2712a102d23842f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 31 Aug 2017 13:09:25 +0300 Subject: [PATCH] Add link to documentation to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9ac88f337..9d7f99e74 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # gstreamer-rs [![Build Status](https://travis-ci.org/sdroege/gstreamer-rs.svg?branch=master)](https://travis-ci.org/sdroege/gstreamer-rs) [GStreamer](https://gstreamer.freedesktop.org/) bindings for Rust. +Documentation can be found [here](https://sdroege.github.io/rustdoc/gstreamer/gstreamer/). These bindings are providing a safe API that can be used to interface with GStreamer, e.g. for writing GStreamer-based applications.