Skip to content

Commit 8ae90e3

Browse files
authored
Add maintenance notice (#117)
1 parent e1819c2 commit 8ae90e3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Maintenance Status
2+
3+
This project is not really accepting new features without a very strong use
4+
case. The primary consumer of this repo has been
5+
[`coreaudio-rs`](https://github.com/rustaudio/coreaudio-rs) however
6+
`coreaudio-rs` has [moved to use `objc2` generated
7+
bindings](https://github.com/RustAudio/coreaudio-rs/pull/128). In the nearly 6
8+
years that @simlay has been maintaining this repo, the majority of these PRs
9+
have been bindgen updates and build issues with Xcode/macOS updating clang.
10+
11+
@simlay *will* accept PRs for fixes of the build should an Xcode/macOS update
12+
break things.
13+
114
# coreaudio-sys [![Actions Status](https://github.com/rustaudio/coreaudio-sys/workflows/coreaudio-sys/badge.svg)](https://github.com/rustaudio/coreaudio-sys/actions) [![Crates.io](https://img.shields.io/crates/v/coreaudio-sys.svg)](https://crates.io/crates/coreaudio-sys) [![Crates.io](https://img.shields.io/crates/l/coreaudio-sys.svg)](https://github.com/RustAudio/coreaudio-sys/blob/master/LICENSE) [![docs.rs](https://docs.rs/coreaudio-sys/badge.svg)](https://docs.rs/coreaudio-sys/)
215

316
Raw bindings to Apple's Core Audio API for macos and iOS generated using [rust-bindgen](https://github.com/rust-lang-nursery/rust-bindgen). [coreaudio-rs](https://github.com/RustAudio/coreaudio-rs) is an attempt at offering a higher level API around this crate.

0 commit comments

Comments
 (0)