gst-plugin-version-helper

Extracts release for GStreamer plugin metadata
See the documentation for details.
This function is supposed to be used as follows in the build.rs of a crate that implements a
plugin:
info;
Inside lib.rs of the plugin, the information provided by info are usable as follows:
plugin_define!;
LICENSE
gst-plugin-version-helper is licensed under the MIT license (LICENSE or
http://opensource.org/licenses/MIT).
Contribution
Any kinds of contributions are welcome as a pull request.
Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in gst-plugin-version-helper by you shall be licensed
under the MIT license as above, without any additional terms or conditions.