doc(bootstrap): add top-level doc-comment to utils/tarball.rs
This commit is contained in:
parent
fd27e8745f
commit
a0bb25f11c
@ -1,3 +1,10 @@
|
||||
//! Facilitates the management and generation of tarballs.
|
||||
//!
|
||||
//! Tarballs efficiently hold Rust compiler build artifacts and
|
||||
//! capture a snapshot of each boostrap stage.
|
||||
//! In uplifting, a tarball from Stage N captures essential components
|
||||
//! to assemble Stage N + 1 compiler.
|
||||
|
||||
use std::{
|
||||
path::{Path, PathBuf},
|
||||
process::Command,
|
||||
|
Loading…
Reference in New Issue
Block a user