8 releases (breaking)
| 0.8.0 | Jun 4, 2025 |
|---|---|
| 0.7.0 | Apr 24, 2025 |
| 0.6.0 | Feb 8, 2025 |
| 0.5.0 | Nov 22, 2024 |
| 0.1.0 | Apr 11, 2023 |
#2745 in Text processing
490 downloads per month
1MB
17K
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
~2.7–4MB
~72K SLoC