Monadic Cat

Results 8 issues of Monadic Cat

I want to do this in a PR if someone else can figure out the naming. # Feature A derive macro that emits a duplicate of the input enum type,...

enhancement
feature

I've been using `plotters` in a situation where caring about system fonts is unimportant, and having `font-kit` in my dependency tree has been causing me unnecessary problems. This PR introduces...

The `index_twice` function in versions `0.0.1` to `0.5.1` invokes UB: ```rust /// Get mutable references at index `a` and `b`. fn index_twice(slc: &mut [T], a: usize, b: usize) -> Pair...

Implementing #2169. This PR is not complete, but I felt like making what I wrote just now public quickly so people know progress exists.

t-feature
c-util

## What? Signature verification utility for webhook style bots. I was advised to design an API for adding this to `twilight-util`. There are a few approaches to this that come...

t-feature
c-util

As requested [here](https://github.com/dalek-cryptography/ed25519-dalek/pull/196#issuecomment-1550194521), this PR contains my port of PR #196 to use the `hazmat` module instead of implementing any cryptographic *stuff* itself. I haven't copied over the added test...

These are the soundness issues I'm aware of in the `high` interface: - [ ] It erases all auto trait information attached to closure captures (read: `Send` and `Sync`) -...

C-safety

I'm not 100% sure this is consistent with every way this might be used, but I ran into basically the same bug as #244, except I'm not using `vite-plugin-ssr`. Note...