| Crates.io | coreaudio-rs |
| lib.rs | coreaudio-rs |
| version | 0.14.0 |
| created_at | 2015-02-28 17:21:17.821674+00 |
| updated_at | 2026-01-13 19:57:48.085399+00 |
| description | A friendly rust interface for Apple's CoreAudio API. |
| homepage | https://github.com/RustAudio/coreaudio-rs |
| repository | https://github.com/RustAudio/coreaudio-rs.git |
| max_upload_size | |
| id | 1496 |
| size | 206,629 |
A friendly rust interface for Apple's Core Audio API.
This crate aims to expose and wrap the functionality of the original C API in a zero-cost, safe, Rust-esque manner.
If you just want direct access to the Core Audio APIs, use the appropriate crates of the objc2 project.