Skip to main content
Module output
confium_
publish
0.10.2
Module output
Module Items
Structs
Enums
Functions
Type Aliases
In crate confium_
publish
confium_publish
Module
output
Copy item path
Source
Structs
§
Output
Paths
Where each emitted file lives under the output root.
Enums
§
Output
Error
Functions
§
paths_
for
Resolve the paths for
<root>/<plugin>/<version>/...
.
sha256_
of_
file
Compute the lowercase-hex SHA-256 of a file, reading in chunks so large artifacts don’t need to fit in memory.
write_
tree
Write the full tree atomically-ish: create dirs, then write each file. Returns the manifest bytes written (for signing). When
dry_run
is true, no filesystem writes occur and an empty
Vec
is returned.
Type Aliases
§
Result