video-timecode 0.5.0

Library for SMPTE timecode manipulation
Documentation
1
2
3
4
5
6
7
8
9
10
11
[![Build Status](https://travis-ci.org/bkhl/video-timecode-rs.svg?branch=master)](https://travis-ci.org/bkhl/video-timecode-rs)
[![Crates.io](https://img.shields.io/crates/v/video-timecode.svg)](https://crates.io/crates/video-timecode)
[![Docs.rs](https://img.shields.io/badge/docs.rs--blue.svg)](https://docs.rs/video-timecode/)

# video-timecode-rs

Rust library for manipulating SMPTE timecodes.

## Credits

* Inspired by the timecode library for Python: http://www.davidheidelberger.com/blog/?p=29