
-
I added leak after reading tempdir#36 option to keep a temporary directory after panic, for debugging purposes.
-
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.
-
tempdir was merged into tempfile.
-
Thanks for pointing me to the remove_dir_all crate. I wasn't aware that std::fs::remove_dir_all has issues on Windows. I added a warning to the temp-dir docs.
-
regex
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
forbid(unsafe_code) absolutely is a feature. I've listed it as one on at least one occasion. To me, it's a strong signal that it's very unlikely any unsafe code will appear in the crate. It's a useful signal.