We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fb53c0 commit 5145e20Copy full SHA for 5145e20
1 file changed
crates/materialized_artifact_build/src/lib.rs
@@ -1,8 +1,5 @@
1
use std::{fs, path::Path};
2
3
-/// Namespace prefix for the env vars set by [`register`] and consumed by
4
-/// `materialized_artifact`'s `artifact!` macro. Exported so both crates agree
5
-/// on the same prefix.
6
pub const ENV_PREFIX: &str = "MATERIALIZED_ARTIFACT_";
7
8
/// Publish an artifact at `path` so `materialized_artifact`'s `artifact!($name)`
0 commit comments