File tree Expand file tree Collapse file tree 8 files changed +16
-8
lines changed Expand file tree Collapse file tree 8 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 1
1
# [ ![ Rust + \[ Obj-C\] ] ( assets/logo-small.png )] ( https://github.com/madsmtm/objc2 ) Objective-C in Rust
2
2
3
3
[ ![ License] ( https://badgen.net/badge/license/MIT/blue )] ( ../LICENSE.txt )
4
- [ ![ CI Status] ( https://github.com/madsmtm/objc2/workflows/CI/badge.svg )] ( https://github.com/madsmtm/objc2/actions )
4
+ [ ![ Apple CI] ( https://github.com/madsmtm/objc2/actions/workflows/apple.yml/badge.svg )] ( https://github.com/madsmtm/objc2/actions/workflows/apple.yml )
5
+ [ ![ GNUStep CI] ( https://github.com/madsmtm/objc2/actions/workflows/gnustep.yml/badge.svg )] ( https://github.com/madsmtm/objc2/actions/workflows/gnustep.yml )
Original file line number Diff line number Diff line change 3
3
[ ![ Latest version] ( https://badgen.net/crates/v/objc2 )] ( https://crates.io/crates/objc2 )
4
4
[ ![ License] ( https://badgen.net/badge/license/MIT/blue )] ( ../LICENSE.txt )
5
5
[ ![ Documentation] ( https://docs.rs/objc2/badge.svg )] ( https://docs.rs/objc2/ )
6
- [ ![ CI Status] ( https://github.com/madsmtm/objc2/workflows/CI/badge.svg )] ( https://github.com/madsmtm/objc2/actions )
6
+ [ ![ Apple CI] ( https://github.com/madsmtm/objc2/actions/workflows/apple.yml/badge.svg )] ( https://github.com/madsmtm/objc2/actions/workflows/apple.yml )
7
+ [ ![ GNUStep CI] ( https://github.com/madsmtm/objc2/actions/workflows/gnustep.yml/badge.svg )] ( https://github.com/madsmtm/objc2/actions/workflows/gnustep.yml )
7
8
8
9
Objective-C Runtime bindings and wrapper for Rust.
9
10
Original file line number Diff line number Diff line change 3
3
[ ![ Latest version] ( https://badgen.net/crates/v/objc2_block )] ( https://crates.io/crates/objc2_block )
4
4
[ ![ License] ( https://badgen.net/badge/license/MIT/blue )] ( ../LICENSE.txt )
5
5
[ ![ Documentation] ( https://docs.rs/objc2_block/badge.svg )] ( https://docs.rs/objc2_block/ )
6
- [ ![ CI Status] ( https://github.com/madsmtm/objc2/workflows/CI/badge.svg )] ( https://github.com/madsmtm/objc2/actions )
6
+ [ ![ Apple CI] ( https://github.com/madsmtm/objc2/actions/workflows/apple.yml/badge.svg )] ( https://github.com/madsmtm/objc2/actions/workflows/apple.yml )
7
+ [ ![ GNUStep CI] ( https://github.com/madsmtm/objc2/actions/workflows/gnustep.yml/badge.svg )] ( https://github.com/madsmtm/objc2/actions/workflows/gnustep.yml )
7
8
8
9
Rust interface for Apple's C language extension of blocks.
9
10
Original file line number Diff line number Diff line change 3
3
[ ![ Latest version] ( https://badgen.net/crates/v/objc2_encode )] ( https://crates.io/crates/objc2_encode )
4
4
[ ![ License] ( https://badgen.net/badge/license/MIT/blue )] ( ../LICENSE.txt )
5
5
[ ![ Documentation] ( https://docs.rs/objc2_encode/badge.svg )] ( https://docs.rs/objc2_encode/ )
6
- [ ![ CI Status] ( https://github.com/madsmtm/objc2/workflows/CI/badge.svg )] ( https://github.com/madsmtm/objc2/actions )
6
+ [ ![ Apple CI] ( https://github.com/madsmtm/objc2/actions/workflows/apple.yml/badge.svg )] ( https://github.com/madsmtm/objc2/actions/workflows/apple.yml )
7
+ [ ![ GNUStep CI] ( https://github.com/madsmtm/objc2/actions/workflows/gnustep.yml/badge.svg )] ( https://github.com/madsmtm/objc2/actions/workflows/gnustep.yml )
7
8
8
9
The Objective-C directive ` @encode ` encodes types as strings for usage in
9
10
various places in the runtime.
Original file line number Diff line number Diff line change 3
3
[ ![ Latest version] ( https://badgen.net/crates/v/objc2_exception )] ( https://crates.io/crates/objc2_exception )
4
4
[ ![ License] ( https://badgen.net/badge/license/MIT/blue )] ( ../LICENSE.txt )
5
5
[ ![ Documentation] ( https://docs.rs/objc2_exception/badge.svg )] ( https://docs.rs/objc2_exception/ )
6
- [ ![ CI Status] ( https://github.com/madsmtm/objc2/workflows/CI/badge.svg )] ( https://github.com/madsmtm/objc2/actions )
6
+ [ ![ Apple CI] ( https://github.com/madsmtm/objc2/actions/workflows/apple.yml/badge.svg )] ( https://github.com/madsmtm/objc2/actions/workflows/apple.yml )
7
+ [ ![ GNUStep CI] ( https://github.com/madsmtm/objc2/actions/workflows/gnustep.yml/badge.svg )] ( https://github.com/madsmtm/objc2/actions/workflows/gnustep.yml )
Original file line number Diff line number Diff line change 3
3
[ ![ Latest version] ( https://badgen.net/crates/v/objc2_foundation )] ( https://crates.io/crates/objc2_foundation )
4
4
[ ![ License] ( https://badgen.net/badge/license/MIT/blue )] ( ../LICENSE.txt )
5
5
[ ![ Documentation] ( https://docs.rs/objc2_foundation/badge.svg )] ( https://docs.rs/objc2_foundation/ )
6
- [ ![ CI Status] ( https://github.com/madsmtm/objc2/workflows/CI/badge.svg )] ( https://github.com/madsmtm/objc2/actions )
6
+ [ ![ Apple CI] ( https://github.com/madsmtm/objc2/actions/workflows/apple.yml/badge.svg )] ( https://github.com/madsmtm/objc2/actions/workflows/apple.yml )
7
+ [ ![ GNUStep CI] ( https://github.com/madsmtm/objc2/actions/workflows/gnustep.yml/badge.svg )] ( https://github.com/madsmtm/objc2/actions/workflows/gnustep.yml )
Original file line number Diff line number Diff line change 3
3
[ ![ Latest version] ( https://badgen.net/crates/v/objc2_foundation_derive )] ( https://crates.io/crates/objc2_foundation_derive )
4
4
[ ![ License] ( https://badgen.net/badge/license/MIT/blue )] ( ../LICENSE.txt )
5
5
[ ![ Documentation] ( https://docs.rs/objc2_foundation_derive/badge.svg )] ( https://docs.rs/objc2_foundation_derive/ )
6
- [ ![ CI Status] ( https://github.com/madsmtm/objc2/workflows/CI/badge.svg )] ( https://github.com/madsmtm/objc2/actions )
6
+ [ ![ Apple CI] ( https://github.com/madsmtm/objc2/actions/workflows/apple.yml/badge.svg )] ( https://github.com/madsmtm/objc2/actions/workflows/apple.yml )
7
+ [ ![ GNUStep CI] ( https://github.com/madsmtm/objc2/actions/workflows/gnustep.yml/badge.svg )] ( https://github.com/madsmtm/objc2/actions/workflows/gnustep.yml )
Original file line number Diff line number Diff line change 3
3
[ ![ Latest version] ( https://badgen.net/crates/v/objc2_sys )] ( https://crates.io/crates/objc2_sys )
4
4
[ ![ License] ( https://badgen.net/badge/license/MIT/blue )] ( ../LICENSE.txt )
5
5
[ ![ Documentation] ( https://docs.rs/objc2_sys/badge.svg )] ( https://docs.rs/objc2_sys/ )
6
- [ ![ CI Status] ( https://github.com/madsmtm/objc2/workflows/CI/badge.svg )] ( https://github.com/madsmtm/objc2/actions )
6
+ [ ![ Apple CI] ( https://github.com/madsmtm/objc2/actions/workflows/apple.yml/badge.svg )] ( https://github.com/madsmtm/objc2/actions/workflows/apple.yml )
7
+ [ ![ GNUStep CI] ( https://github.com/madsmtm/objc2/actions/workflows/gnustep.yml/badge.svg )] ( https://github.com/madsmtm/objc2/actions/workflows/gnustep.yml )
7
8
8
9
Raw Rust bindings to core Objective-C runtimes and ABIs.
9
10
You can’t perform that action at this time.
0 commit comments