This changes constime to output temporary files to your dedicated operating system's std::env::temp_dir().join("constime").join(<crate name>) rather than local to your crate.
This should mean that you won't have to manually clean your project if you're iterating upon constime! blocks a lot.