
-
For a dynamically-linked executable, plain imports can't get vDSO symbols, though we could potentially use dlsym to do it. That's not been a focus so far, but it's good to think about now that there's a port of std underway. I've filed this issue to track this. Thanks!
-
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.
-
PR #2206 will be handled as part of clap-rs/clap#2683 which will be a focus point during 3.x
-
Then, some of the non-trivial things that are needed are already implemented and maintained in other crates, like memcpy and friends in compiler-builtins, all the math routines in libm and malloc in dlmalloc.
-
It looks like https://github.com/rust-lang/libm/pull/249 may be a fix for this.