silk-rs 0.2.0

Rust bindings for silk
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "silk-rs"
version = "0.2.0"
edition = "2021"
license = "MIT"
description = "Rust bindings for silk"
keywords = ["silk", "pcm", "audio"]
repository = "https://github.com/lz1998/silk-rs"
homepage = "https://github.com/lz1998/silk-rs"
readme = "README.md"

[dependencies]
bytes = "1"
thiserror = "1"

[build-dependencies]
bindgen = "0.59"
cc = "1"