A library for converting csv
to a table.
It uses tabled
as a rendering backend.
Install
Add the library to a dependency list.
[]
= "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.
+---+-------+--------+----------------------------------------------------------+
| 0 | INDIR | | int sys_syscall(int number, ...) |
+---+-------+--------+----------------------------------------------------------+
| 1 | STD | | void sys_exit(int rval) |
+---+-------+--------+----------------------------------------------------------+
| 2 | STD | | int sys_fork(void) |
+---+-------+--------+----------------------------------------------------------+
| 3 | STD | NOLOCK | ssize_t sys_read(int fd, void *buf, size_t nbyte) |
+---+-------+--------+----------------------------------------------------------+
| 4 | STD | NOLOCK | ssize_t sys_write(int fd, const void *buf, size_t nbyte) |
+---+-------+--------+----------------------------------------------------------+
+---+-------+--+----------------------------------+
| 0 | INDIR | | int sys_syscall(int number, ...) |
+---+-------+--+----------------------------------+
| 1 | STD | | void sys_exit(int rval) |
+---+-------+--+----------------------------------+
| 2 | STD | | int sys_fork(void) |
+---+-------+--+----------------------------------+
| 3 | STD | | ssize_t sys_read(int fd, void *b |
+---+-------+--+----------------------------------+
| 4 | STD | | ssize_t sys_write(int fd, const |
+---+-------+--+----------------------------------+