
-
If you just want easy access to the min & max, then you really want a min-max-heap (see https://github.com/rust-lang/rust/issues/76250). Or at least a different form of tree structure where you have direct access to the node with the min, rather than the min being in a leaf node (O(log n) jumps away).
-
Nutrient
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
-
https://github.com/rust-lang/negative-impls-initiative might give a new way towards this -- if people have promised that a type is !Copy, as opposed to just not having set it yet, we have a bit more freedom in what we can allow.
-
-
-
RFC for anyone interested: https://github.com/rust-lang/rfcs/blob/master/text/2945-c-unwind-abi.md
-
I suggest http://wincompose.info/, or whatever the equivalent is for your platform 😀