temp_file_name

Crates.iotemp_file_name
lib.rstemp_file_name
version0.1.0
sourcesrc
created_at2020-10-23 05:23:03.890433
updated_at2020-10-23 05:23:03.890433
descriptiongenerate temporary filenames and paths from a hash of arbitrary data so that they are consistent across different crates.
homepage
repositoryhttps://github.com/fizzbucket/bookbinder
max_upload_size
id304570
size5,641
Tom McLean (fizzbucket)

documentation

README

This is a tiny crate with one purpose: generate temporary filenames from a hash of arbitrary data so that they are consistent across different crates. Its intended purpose is to either - give a consistent name, which can -- for example -- be used to cache the expensive output of an input across runs, - or to allow a caller to know what filename a different crate will have given some abstract data. It would be trivially easy to replicate; it exists primarily to allow consistency across otherwise unrelated crates when handling data

Commit count: 70

cargo fmt