-
Notifications
You must be signed in to change notification settings - Fork 48
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 #54 from madsmtm/improve-readme
Improve READMEs
- Loading branch information
Showing
14 changed files
with
62 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,39 @@ | ||
# [![Rust + \[Obj-C\]](assets/logo-small.png)](https://github.com/madsmtm/objc2) Objective-C in Rust | ||
# [![Rust + \[Obj-C\]](assets/logo-small.png)](https://github.com/madsmtm/objc2) <br> Objective-C in Rust | ||
|
||
[![License](https://badgen.net/badge/license/MIT/blue)](../LICENSE.txt) | ||
[![Apple CI](https://github.com/madsmtm/objc2/actions/workflows/apple.yml/badge.svg)](https://github.com/madsmtm/objc2/actions/workflows/apple.yml) | ||
[![GNUStep CI](https://github.com/madsmtm/objc2/actions/workflows/gnustep.yml/badge.svg)](https://github.com/madsmtm/objc2/actions/workflows/gnustep.yml) | ||
|
||
# DISCLAIMER! These crates are work in progress, and should not be used in production environments. Use the battle-tested `objc` family instead! | ||
|
||
|
||
## License | ||
|
||
This project is licensed under the MIT license, see [`LICENSE.txt`]. | ||
|
||
Work is in progress to make it dual-licensed under the Apache License | ||
(Version 2.0) as well, see [this][#23]. | ||
|
||
[`LICENSE.txt`]: https://github.com/madsmtm/objc2/blob/master/LICENSE.txt | ||
[#23]: https://github.com/madsmtm/objc2/issues/23 | ||
|
||
|
||
## Acknowledgements | ||
|
||
This repository is originally a fork of [`objc`], with the following | ||
projects merged into it (see reasoning for the fork [here][origin-issue-101]): | ||
- [`objc-encode`](https://github.com/SSheldon/rust-objc-encode) | ||
- [`objc_exception`](https://github.com/SSheldon/rust-objc-exception) | ||
- [`objc_id`](https://github.com/SSheldon/rust-objc-id) | ||
- [`objc-foundation`](https://github.com/SSheldon/rust-objc-foundation) | ||
- [`block`](https://github.com/SSheldon/rust-block) | ||
|
||
These were created almost solely by [@SSheldon](https://github.com/SSheldon), | ||
so a huge thanks for their fantastic work on these crates! | ||
|
||
This project also draws heavy inspiration from [`fruity`] and [`objrs`]. | ||
|
||
[`objc`]: https://github.com/SSheldon/rust-objc | ||
[origin-issue-101]: https://github.com/SSheldon/rust-objc/issues/101 | ||
[`fruity`]: https://github.com/nvzqz/fruity | ||
[`objrs`]: https://gitlab.com/objrs/objrs |
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
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