# Vosk-sys [![Latest release](https://img.shields.io/crates/v/vosk-sys.svg)](https://crates.io/crates/vosk-sys) [![Documentation](https://docs.rs/vosk-sys/badge.svg)](https://docs.rs/vosk-sys) [![MIT](https://img.shields.io/github/license/Bear-03/vosk-rs)](https://github.com/Bear-03/vosk-rs) [![Build Status](https://github.com/Bear-03/vosk-rs/workflows/CI/badge.svg)](https://github.com/Bear-03/vosk-rs/actions?workflow=CI) Raw FFI bindings around the [Vosk API Speech Recognition Toolkit](https://github.com/alphacep/vosk-api), autogenerated via [rust-bindgen](https://github.com/rust-lang/rust-bindgen). ## Setup and usage This crate needs the same setup as its safe counterpart. Read the steps [here](../../README.md).