add module level doc for bootstrap:util:exec

This commit is contained in:
bit-aloo 2025-02-07 20:32:16 +05:30
parent 5ff18d0eae
commit 08362f0283
No known key found for this signature in database
GPG key ID: 02911B24FDAE81DA

View file

@ -1,3 +1,8 @@
//! Command Execution Module
//!
//! This module provides a structured way to execute and manage commands efficiently,
//! ensuring controlled failure handling and output management.
use std::ffi::OsStr;
use std::fmt::{Debug, Formatter};
use std::path::Path;