rust-objc icon indicating copy to clipboard operation
rust-objc copied to clipboard

Objective-C Runtime bindings and wrapper for Rust.

Results 40 rust-objc issues
Sort by recently updated
recently updated
newest added

In particular makes it easier to use `StrongPtr`

always nice to have web traffic encrypted by default

Docs on ssheldon.github.io are outdated in relation to docs.rs.

This is further investigation on SSheldon/rust-objc-foundation#9 I made an additional test to rust-objc that shows the issue here https://github.com/scoopr/rust-objc/commit/b637c967ddc81041f74d6c08fc5c8ec825a73665. It has a minimal wrapper around the type that implements `Drop`,...

This crate is mainly just a wrapper around the objc runtime dylib, so it shouldn't need much else. If we can make it `no_std` then it might be usable in...

The documentation line in Cargo.toml points to http://sasheldon.com/rust-objc/objc/ , which is pretty stale (it doesn't have any reference to the rc module). I think the easiest fix is to remove...

Hi, I made some macros the other day to help out with writing more safe objective-c classes in Rust. Would you have any interest in adding them to your crate?...

https://github.com/kennytm/mbox seems to have more 👀 on it then `malloc_buf` and given that this is a pretty niche area I think its worth it to switch. `mbox` also seems to...

The version 0.2.3 has introduced some changes in the way `sel!()` is implemented, along with the new `sel_impl` macro. The changes are indeed backward compatible, but only if the crate...

There needs to be a way to initialize values, probably just calling `ptr::write`.