Crate deno_cache_dir

source ·

Structs§

Enums§

Traits§

Functions§

  • Turn provided url into a hashed filename. URLs can contain a lot of characters that cannot be used in filenames (like “?”, “#”, “:”), so in order to cache them properly they are deterministically hashed into ASCII strings.