speechmatics 0.3.1

An async rust SDK for the Speechmatics API
Documentation
1
2
3
4
5
6
7
8
9
API_KEY ?= API_KEY

.PHONY: lint test

lint:
	cargo clippy --all-features --all-targets

test:
	API_KEY=API_KEY cargo test --all-features  --all-targets