4 releases (breaking)
0.4.0 | Aug 5, 2024 |
---|---|
0.3.0 | Dec 20, 2023 |
0.2.0 | Apr 23, 2023 |
0.1.0 | Apr 11, 2023 |
#1592 in Text processing
34 downloads per month
785KB
16K
SLoC
A library for converting ron
to a table.
It uses tabled
as a rendering backend.
Get started
The library supports 2 modes for a table embedded and collapsed. It also provides with a list of options to modify the table, such as style, alignment, padding and more.
You can change an orientation of a map
and sequence
via Orientation
.
You'll find to examples for the modes bellow.
Usage
Add the library to a dependency list.
[dependencies]
ron_to_table = "0.1.0"
Example (embedded) | Result |
---|---|
|
|
Example (collapsed) | Result |
---|---|
|
|
Dependencies
~3.5MB
~72K SLoC