objc-sys 0.3.5

Raw bindings to the Objective-C runtime and ABI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# `objc-sys`

[![Latest version](https://badgen.net/crates/v/objc-sys)](https://crates.io/crates/objc-sys)
[![License](https://badgen.net/badge/license/MIT/blue)](https://github.com/madsmtm/objc2/blob/master/LICENSE.txt)
[![Documentation](https://docs.rs/objc-sys/badge.svg)](https://docs.rs/objc-sys/)
[![CI](https://github.com/madsmtm/objc2/actions/workflows/ci.yml/badge.svg)](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.