tmp-path 0.1.2

Test helper to create a temporary directory
Documentation
1
2
3
4
5
6
7
use tmp_path::tmp_path;

#[test]
#[tmp_path]
fn test_tmp_path() {
    assert!(tmp_path.exists());
}