csv_md

Crates.iocsv_md
lib.rscsv_md
version0.1.0
created_at2025-09-20 13:51:23.714315+00
updated_at2025-09-20 13:51:23.714315+00
descriptionStruct to convert CSV to pretty-printed Markdown..
homepage
repositoryhttps://github.com/p4ymak/csv_md
max_upload_size
id1847750
size7,973
Roman Chumak (p4ymak)

documentation

README

CSV_MD

Latest version Struct to convert CSV to pretty-printed Markdown..

Example

input text:

ID, Name, Description
1, Language, Rust
2, CSV_MD, Convert CSV to MD
3, License, MIT
4, Author, Roman Chumak

output text:

 | ID | Name     | Description       |
 | -- | -------- | ----------------- |
 | 1  | Language | Rust              |
 | 2  | CSV_MD   | Convert CSV to MD |
 | 3  | License  | MIT               |
 | 4  | Author   | Roman Chumak      |

output MD:

ID Name Description
1 Language Rust
2 CSV_MD Convert CSV to MD
3 License MIT
4 Author Roman Chumak
Commit count: 8

cargo fmt