Module fetchers
tvix_
glue
0.1.0
Module fetchers
Module Items
Modules
Structs
Enums
Functions
In crate tvix_
glue
Modules
builtins
fetchers
fetchurl
known_paths
tvix_build
tvix_io
tvix_store_io
Constants
USER_AGENT
Functions
configure_nix_path
tvix_glue
Module
fetchers
Copy item path
Settings
Help
Summary
Source
Modules
§
decompression
🔒
Structs
§
Fetcher
Knows how to fetch a given
Fetch
.
Enums
§
Fetch
Representing options for doing a fetch.
Functions
§
hash
🔒
Copies all data from the passed reader to the passed writer. Afterwards, it also returns the resulting
Digest
, as well as the number of bytes copied. The exact hash function used is left generic over all
Digest
.
redact_
url
🔒
url_
basename
🔒
Attempts to mimic
nix::libutil::baseNameOf