Mads Marquart

Results 256 issues of Mads Marquart

Hide `free`, `mbox` and `sentinel` modules, and instead export their contents in the top-level crate instead. The library has few enough items that it doesn't really make sense to separate...

For better feature parity with `Box`. `impl From for Pin` and `impl From for MBox`

Mostly my personal preferences. I know the `#![deny(unsafe_op_in_unsafe_fn)]` is noisy, but it _is_ really helpful when you want to start better documenting your unsafe code!

This brings us closer to feature-parity with [`malloced`](https://github.com/nvzqz/malloced), and is generally just a really nice thing to have.

We discussed today [on Zulip](https://rust-lang.zulipchat.com/#narrow/stream/122651-general/topic/I'd.20like.20to.20contribute.20more.20.28to.20Apple-specific.20stuff.29/near/434259421) that it would be nice with some documentation on this ping group. Additionally, I've tried to document a few of the common challenges that we...

These aren't actually read by Cargo (yet), but since `rustc` doesn't read any other environment variables by itself, this seemed like the most obvious place to document them. To get...

A-documenting-cargo-itself
O-macos
S-waiting-on-review

To prepare for changes in https://github.com/SSheldon/rust-objc/pull/102

Greetings @pyfisch! I see that you've previously helped out a lot in pushing `winit` forwards on better keyboard handling (though this was before my own time as maintainer though, so...

There exists a lot of crates out there for interacting with the Phillips Hue API, and I was wondering if you could give a comparison of this crate in relation...

Greetings @youknowone I fairly recently completed an initial version of [`icrate`](https://docs.rs/icrate/latest/icrate/) over at [the `objc2` project](https://github.com/madsmtm/objc2), and wanted to tell you about it, as you seem to be doing a...