Results 72 comments of 8573

> it also says 90 days for contact attempts, so imo this should wait longer. I wouldn't oppose waiting longer if that would be less controversial, but a 90-day period...

The requirements of [HOWTO_UNMAINTAINED](https://github.com/rustsec/advisory-db/blob/main/HOWTO_UNMAINTAINED.md) do not appear to have been met. https://lib.rs/crates/clipboard says that the crate is owned by @servo/cargo-publish. Maybe someone on that team could be contacted?

> I now suspect that `highlight_words_del` only un-highlights words that are listed in `weechat.look.highlight`. Actually, it doesn't even seem to do that — I have `Robigalia` in both `weechat.look.highlight` and...

> nor did we ever really find good applications for it outside the `aead` crate. My use-case was that I wanted to be generic over `Vec`, `tinyvec::ArrayVec`, `smallvec::SmallVec`, etc., in...

> @8573 sorry, just saw your question! (probably doesn't bode well impression-wise, heh) Between @rust-secure-code, @RustSec, @RustCrypto, @iqlusioninc, I know you have many projects. 🤷 I no longer have an...

I see a related ticket . It seems this `permissions` field was implemented not long after my original post here: .

I question whether the slight saving in typing is worth having two ways to do the same thing, with the associated costs of slightly complicating the implementation (=> slightly greater...

Respectfully, how much advantage comes from using conditional compilation at all rather than a static statement that "This functionality is available only if the Cargo feature `backtrace` is enabled."?

I'm posting here only under the "You **do not** have to be an `unsafe` expert to help out" clause, but: is the following a worthwhile "missing safe abstraction" candidate to...

Some existing (but not necessarily complete) books that seem related (but not quite the same) are * https://github.com/ANSSI-FR/rust-guide * https://github.com/tnballo/high-assurance-rust