| Crates.io | coreaudio-rs |
| lib.rs | coreaudio-rs |
| version | 0.13.0 |
| created_at | 2015-02-28 17:21:17.821674+00 |
| updated_at | 2025-06-04 11:32:18.774651+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 | 189,129 |
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 unsafe bindings, use coreaudio-sys.