1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Issues and pull requests are welcome.
- ----
This crate currently targets Rust 1.87.
Run the full verification set before opening a pull request:
```bash
cargo test
cargo test -- --ignored
cargo clippy -- -D warnings
cargo fmt --check
cargo run --example vad_detect
cargo package --allow-dirty
```
Optional checks:
```bash
cargo test --features fixtures
```
Call out public API changes in the pull request description and update `CHANGELOG.md` when behavior or compatibility changes.
Contributions are accepted under the same MIT OR Apache-2.0 license as the project.