Skip to main content

extract_file_table

Function extract_file_table 

Source
pub fn extract_file_table(content: &str) -> Vec<FileEntry>
Expand description

Parse the markdown file table into FileEntry structs.

Expects format:

| File | Pattern | Purpose | Health |
|------|---------|---------|--------|
| `core.rs` | Facade | Entry point | stable |