16 lines
756 B
Markdown
16 lines
756 B
Markdown
# `objc-sys`
|
|
|
|
[](https://crates.io/crates/objc-sys)
|
|
[](https://github.com/madsmtm/objc2/blob/master/LICENSE.txt)
|
|
[](https://docs.rs/objc-sys/)
|
|
[](https://github.com/madsmtm/objc2/actions/workflows/ci.yml)
|
|
|
|
Raw Rust bindings to the Objective-C runtime and ABI.
|
|
|
|
This README is kept intentionally small in an effort to consolidate the
|
|
documentation, see [the Rust docs](https://docs.rs/objc-sys/) for more
|
|
details.
|
|
|
|
This crate is part of the [`objc2` project](https://github.com/madsmtm/objc2),
|
|
see that for related crates.
|