Add module description for ContainerizationEXT4 (#14)

Signed-off-by: Eric Ernst <eric_ernst@apple.com>
This commit is contained in:
Eric Ernst
2025-06-05 16:16:19 -07:00
committed by Kathryn Baldauf
parent 5624a8397e
commit 4a736c8b8b
3 changed files with 12 additions and 0 deletions
+4
View File
@@ -110,6 +110,10 @@ let package = Package(
.target(name: "ContainerizationArchive", condition: .when(platforms: [.macOS])),
.product(name: "SystemPackage", package: "swift-system"),
"ContainerizationOS",
],
path: "Sources/ContainerizationEXT4",
exclude: [
"README.md"
]
),
.testTarget(
@@ -0,0 +1,4 @@
# ``ContainerizationEXT4``
`ContainerizationEXT4` provides functionality to read the superblock of an existing ext4 block device and format a new block device with
the ext4 file system.
+4
View File
@@ -0,0 +1,4 @@
# ``ContainerizationEXT4``
`ContainerizationEXT4` provides functionality to read the superblock of an existing ext4 block device and format a new block device with
the ext4 file system.