uvc 0.1.0

Safe and ergonomic wrapper around libuvc, allowing capture of webcam streams
# Safe rust wrapper around [libuvc]https://int80k.com/libuvc/doc/


This library gives access to the webcam, and allows one to capture the video stream. An example of how to use this library can be found in the examples directory.

## Documentation
Documentation can be found [here](example.com).

## Dependencies
To use this crate, the `libuvc` native dependency must be installed.