We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd27e87 commit a0bb25fCopy full SHA for a0bb25f
src/bootstrap/src/utils/tarball.rs
@@ -1,3 +1,10 @@
1
+//! Facilitates the management and generation of tarballs.
2
+//!
3
+//! Tarballs efficiently hold Rust compiler build artifacts and
4
+//! capture a snapshot of each boostrap stage.
5
+//! In uplifting, a tarball from Stage N captures essential components
6
+//! to assemble Stage N + 1 compiler.
7
+
8
use std::{
9
path::{Path, PathBuf},
10
process::Command,
0 commit comments