| Crates.io | csv_to_table |
| lib.rs | csv_to_table |
| version | 0.9.0 |
| created_at | 2023-04-11 23:09:44.239782+00 |
| updated_at | 2025-06-04 23:37:24.816968+00 |
| description | A library for pretty print CSV as a table |
| homepage | https://github.com/zhiburt/tabled |
| repository | https://github.com/zhiburt/tabled |
| max_upload_size | |
| id | 836406 |
| size | 52,388 |
csv to a table.It uses tabled as a rendering backend.
Add the library to a dependency list.
[dependencies]
csv_to_table = "0.3"
There's 2 approaches the library provides.
| Example of in memory approach |
|---|
|
| Result |
|
| Example of sniffing approach |
|---|
|
| Result |
Notice that the last 2 rows are truncated. |