opus-codec 0.1.2

Safe Rust bindings for the Opus audio codec
Documentation
1
2
3
4
5
6
7
int main() {
    static int x;
    char a[++x];
    a[sizeof a - 1] = 0;
    int N;
    return a[0];
}