We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 837bee1 commit 3ba6996Copy full SHA for 3ba6996
1 file changed
crates/materialized_artifact/src/lib.rs
@@ -42,6 +42,8 @@ pub struct Artifact {
42
hash: &'static str,
43
}
44
45
+/// Construct an [`Artifact`] from the env vars published by a build script
46
+/// via `materialized_artifact_build::register`.
47
#[macro_export]
48
macro_rules! artifact {
49
($name:literal) => {
0 commit comments