Skip to content

0.4.1

Latest

Choose a tag to compare

@codebycruz codebycruz released this 09 Oct 01:41
· 1 commit to master since this release
2d78fd0

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.