Skip to content

Commit f80dc62

Browse files
committed
docs: add module description for EXT4
Add basic readme and docc description for the EXT4 module. Signed-off-by: Eric Ernst <eric_ernst@apple.com>
1 parent 30b9098 commit f80dc62

3 files changed

Lines changed: 27 additions & 0 deletions

File tree

Package.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ let package = Package(
110110
.target(name: "ContainerizationArchive", condition: .when(platforms: [.macOS])),
111111
.product(name: "SystemPackage", package: "swift-system"),
112112
"ContainerizationOS",
113+
],
114+
exclude[
115+
"README.md"
113116
]
114117
),
115118
.testTarget(
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# ``ContainerizationEXT4``
2+
3+
`ContainerizationEXT4` provides functionality to read the superblock of an existing ext4 block device and format a new block device with
4+
the ext4 file system.
5+
6+
## Typical usages
7+
8+
balh blah
9+
10+
### Thigns to think about
11+
12+
Why is there air?
13+
14+
### Things to avoid
15+
16+
broken glass
17+
18+
## Feebdck?
19+
20+
wthaever
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# ``ContainerizationEXT4``
2+
3+
`ContainerizationEXT4` provides functionality to read the superblock of an existing ext4 block device and format a new block device with
4+
the ext4 file system.

0 commit comments

Comments
 (0)