Docs.rs
silk-rs-0.2.0
silk-rs 0.2.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
lz1998
Dependencies
bytes ^1
normal
thiserror ^1
normal
bindgen ^0.59
build
cc ^1
build
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
silk_rs
0.2.0
silk_rs
Function
decode_silk
Copy item path
Source
pub fn decode_silk( src: impl
AsRef
<[
u8
]>, sample_rate:
i32
, ) ->
Result
<
Vec
<
u8
>,
SilkError
>