Stebalien / tempfile
Temporary file library for rust
☆1,294Updated this week
Alternatives and similar repositories for tempfile
Users that are interested in tempfile are comparing it to the libraries listed below
Sorting:
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,552Updated 2 weeks ago
- derive builder implementation for rust structs☆1,438Updated 7 months ago
- Find unused dependencies in Cargo.toml☆1,901Updated last month
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,465Updated 2 weeks ago
- Some more derive(Trait) options☆1,909Updated this week
- Rust library for single assignment cells and lazy statics without macros☆1,972Updated last month
- Easily assign underlying errors into domain-specific errors while adding context☆1,624Updated this week
- A Rust proc-macro attribute parser☆1,117Updated 3 weeks ago
- A macro to generate structures which behave like bitflags☆1,011Updated 2 months ago
- The most used Rust library for date and time handling.☆1,175Updated 3 weeks ago
- Cargo subcommand `release`: everything about releasing a rust crate.☆1,420Updated this week
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,007Updated last month
- A logging implementation for `log` which is configured via an environment variable.☆929Updated last week
- Numeric traits for generic mathematics in Rust