[go: up one dir, main page]

objc-sys 0.0.1

Raw bindings to Objective-C runtimes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
authors = ["Mads Marquart <mads@marquart.dk>"]
build = "build.rs"
categories = ["external-ffi-bindings", "os::macos-apis"]
description = "Raw bindings to Objective-C runtimes"
documentation = "https://docs.rs/objc-sys/"
edition = "2018"
exclude = ["helper-scripts/*"]
keywords = ["objective-c", "macos", "ios", "objc_msgSend", "sys"]
license = "MIT"
links = "objc"
name = "objc-sys"
readme = "README.md"
repository = "https://github.com/madsmtm/objc2"
version = "0.0.1"