srcThis directory contains the Rust source files for the aac crate.
ffiThis folder includes function wrappers that connect the C bindings to the Rust modules. The src folder contains the Rust wrappers, while the include folder contains the C interface that utilizes them. The main API header file to include is aacdecoder_lib.h.
frameworkThis directory features a Rust example framewok, called (aac_decoder).
You can run unit tests using the command: cargo test.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shrustup install 1.81.0rustup default 1.81.0Build the package: cargo build --package aac_framework --bin aac_decoder
cargo doctarget/debug/aac_decoder