We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e1f5d9 + a0bb25f commit 35d95f8Copy full SHA for 35d95f8
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