temp-dir: Simple temporary directory with cleanup

This page summarizes the projects mentioned and recommended in the original post on /r/rust

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.
www.nutrient.io
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. tempdir

    Discontinued Temporary directory management for Rust

    I added leak after reading tempdir#36 option to keep a temporary directory after panic, for debugging purposes.

  2. 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.

    Nutrient logo
  3. tempfile

    Temporary file library for rust

    tempdir was merged into tempfile.

  4. rust

    Empowering everyone to build reliable and efficient software.

    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.

  5. 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.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Automated Testing With Rust

    1 project | dev.to | 9 Nov 2024
  • Common Rust Lifetime Misconceptions

    4 projects | news.ycombinator.com | 4 Dec 2023
  • Testing the memory safe Rust implementation of Sudo/Su

    9 projects | news.ycombinator.com | 28 Jun 2023
  • Examples of old (ca. 1.0.0+) Rust code that still compiles?

    17 projects | /r/rust | 15 Feb 2023
  • Adding automated tests to rost_gen

    2 projects | dev.to | 11 Nov 2022

Did you know that Rust is
the 5th most popular programming language
based on number of references?