Functions§
- generage_
build_ 🔒bazel - Given the
PackageMetadata
for a single crate, generates aBUILD.bazel
file. - hash_
file 🔒 - Returns an
md5
hash of a file, returningNone
if the specifiedpath
doesn’t exist. - log_
info 🔒 - Prints to stderr an info line that will always get shown to the user.
- main 🔒