-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from madsmtm/documentation
Improve documentation
- Loading branch information
Showing
40 changed files
with
521 additions
and
278 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Objective-C in Rust | ||
|
||
[![License](https://badgen.net/badge/license/MIT/blue)](../LICENSE.txt) | ||
[![CI Status](https://github.com/madsmtm/objc/workflows/CI/badge.svg)](https://github.com/madsmtm/objc/actions) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,22 @@ | ||
[package] | ||
name = "objc" | ||
version = "0.2.7" | ||
authors = ["Steven Sheldon"] | ||
version = "0.2.7" # Remember to update html_root_url in lib.rs | ||
authors = ["Steven Sheldon", "Mads Marquart <[email protected]>"] | ||
edition = "2018" | ||
|
||
description = "Objective-C Runtime bindings and wrapper for Rust." | ||
keywords = ["objective-c", "osx", "ios", "cocoa", "uikit"] | ||
description = "Objective-C runtime bindings and interface." | ||
keywords = ["objective-c", "macos", "ios", "objc_msgSend"] | ||
categories = [ | ||
"api-bindings", | ||
"development-tools::ffi", | ||
"os::macos-apis", | ||
] | ||
readme = "README.md" | ||
repository = "http://github.com/SSheldon/rust-objc" | ||
documentation = "http://ssheldon.github.io/rust-objc/objc/" | ||
repository = "https://github.com/madsmtm/objc" | ||
documentation = "https://docs.rs/objc/" | ||
license = "MIT" | ||
|
||
exclude = [ | ||
".gitignore", | ||
".travis.yml", | ||
"doc.sh", | ||
"tests-ios/**", | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.