|
1 |
| -# [![Rust + \[Obj-C\]](assets/logo-small.png)](https://github.com/madsmtm/objc2) Objective-C in Rust |
| 1 | +# [![Rust + \[Obj-C\]](assets/logo-small.png)](https://github.com/madsmtm/objc2) <br> Objective-C in Rust |
2 | 2 |
|
3 | 3 | [](../LICENSE.txt)
|
4 | 4 | [](https://github.com/madsmtm/objc2/actions/workflows/apple.yml)
|
5 | 5 | [](https://github.com/madsmtm/objc2/actions/workflows/gnustep.yml)
|
| 6 | + |
| 7 | +# DISCLAIMER! These crates are work in progress, and should not be used in production environments. Use the battle-tested `objc` family instead! |
| 8 | + |
| 9 | + |
| 10 | +## License |
| 11 | + |
| 12 | +This project is licensed under the MIT license, see [`LICENSE.txt`]. |
| 13 | + |
| 14 | +Work is in progress to make it dual-licensed under the Apache License |
| 15 | +(Version 2.0) as well, see [this][#23]. |
| 16 | + |
| 17 | +[`LICENSE.txt`]: https://github.com/madsmtm/objc2/blob/master/LICENSE.txt |
| 18 | +[#23]: https://github.com/madsmtm/objc2/issues/23 |
| 19 | + |
| 20 | + |
| 21 | +## Acknowledgements |
| 22 | + |
| 23 | +This repository is originally a fork of [`objc`], with the following |
| 24 | +projects merged into it (see reasoning for the fork [here][origin-issue-101]): |
| 25 | +- [`objc-encode`](https://github.com/SSheldon/rust-objc-encode) |
| 26 | +- [`objc_exception`](https://github.com/SSheldon/rust-objc-exception) |
| 27 | +- [`objc_id`](https://github.com/SSheldon/rust-objc-id) |
| 28 | +- [`objc-foundation`](https://github.com/SSheldon/rust-objc-foundation) |
| 29 | +- [`block`](https://github.com/SSheldon/rust-block) |
| 30 | + |
| 31 | +These were created almost solely by [@SSheldon](https://github.com/SSheldon), |
| 32 | +so a huge thanks for their fantastic work on these crates! |
| 33 | + |
| 34 | +This project also draws heavy inspiration from [`fruity`] and [`objrs`]. |
| 35 | + |
| 36 | +[`objc`]: https://github.com/SSheldon/rust-objc |
| 37 | +[origin-issue-101]: https://github.com/SSheldon/rust-objc/issues/101 |
| 38 | +[`fruity`]: https://github.com/nvzqz/fruity |
| 39 | +[`objrs`]: https://gitlab.com/objrs/objrs |
0 commit comments