Skip to content

Commit 8a0f195

Browse files
committed
docs: add README.md for build_helper
1 parent a330e49 commit 8a0f195

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/tools/build_helper/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Types and functions shared across tools in this workspace.

src/tools/build_helper/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//! Types and functions shared across tools in this workspace.
2+
13
pub mod ci;
24
pub mod git;
35
pub mod metrics;

0 commit comments

Comments
 (0)