Open nbaksalyar opened 4 years ago
Hey @fitzgen do you have some time to take a look at this crate? The libc crate has some mach
related items and it currently suggests using this crate instead. However, this crate's maintenance is inactive and it wouldn't be great to recommend an outdated crate. Since @gnzlbg is out of contact, I forked some crates and have maintained them, I could do the same way for this as well but it should be the last way not to make unnecessary confusion. Fortunately, this repo is still under your userspace, could you take care of transferring the repo and giving us the publish right on crates.io?
I'd also be happy to co-maintain this crate.
For those interested in this topic: I created https://github.com/JohnTitor/mach2 as a fork. I've mostly maintained it for the libc crate but I'm happy to see any contributions <3
Hi! I'm starting a new Rust debugger project which heavily depends on
mach
for the macOS target implementation. I would love to help with maintenance of this crate: reviewing pull request, keeping the code up to date with rustc updates, improving documentation, adding missing headers, etc. How can I do this? cc @gnzlbgThank you.