Deepgram Rust Captions
This package is the Rust implementation of Deepgram's WebVTT and SRT formatting. Given a transcription, this package can return a valid string to store as WebVTT or SRT caption files.
This implmentation is based (a direct port) on Deepgram's Python implementation of the same functionality. The original Python implementation can be found here.
Installation
Use cargo to install the package:
Usage
use ;
use Response as DGResponse;