linebender / norad

Rust crate for working with Unified Font Object files
Apache License 2.0
43 stars 12 forks source link

Migrate testing away `tempdir` as it's unmaintained #317

Closed RickyDaMa closed 1 year ago

RickyDaMa commented 1 year ago

Repo has been archived for over 2 years now: https://github.com/rust-lang-deprecated/tempdir

Personally recommending tempfile, or if we wanted extra features, assert_fs

Happy to get around to this at some point, but can't do it immediately so I'm making an issue before I forget :)