opusenc 0.3.1

High-level bindings for libopusenc.
Documentation
1
2
3
4
5
6
FROM rust:slim-bookworm

RUN apt-get update && apt-get install -y libclang-dev libopusenc-dev pkg-config
RUN rustup component add clippy rustfmt

ENTRYPOINT ["sh", "-c"]