4 releases (breaking)
0.5.0 | Aug 5, 2024 |
---|---|
0.4.0 | Dec 20, 2023 |
0.3.0 | Apr 23, 2023 |
0.2.0 | Apr 11, 2023 |
#1028 in Text processing
42 downloads per month
Used in albion_terminal_rpg
770KB
16K
SLoC
A library for converting csv
to a table.
It uses tabled
as a rendering backend.
Install
Add the library to a dependency list.
[dependencies]
csv_to_table = "0.3"
Usage
There's 2 approaches the library provides.
- In memory approach; where we load CSV into memory and then construct a table.
- Sniffing a csv; so the used memory will be limited.
- Setting your constrains so no memory will be used.
Example of in memory approach |
---|
|
Result |
|
Example of sniffing approach |
---|
|
Result |
Notice that the last 2 rows are truncated. |
Dependencies
~4MB
~57K SLoC