zhiburt/tabled
An easy to use library for pretty print tables of Rust structs and enums. observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 98
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2381
- days_rel: n/a
- days_push: 12
- n_releases_24m: 0
Adoption not part of the score
2359 stars · 103 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
tabled is a Rust library for pretty-printing tables built from Rust structs and enums, with extensive styling, alignment, and formatting customization. It uses derive macros to turn data types into formatted terminal tables.
Use cases
- pretty print rust structs as tables
- format cli output as a table in rust
- render markdown or ascii tables from data
- customize table borders and alignment in terminal output
- print tabular data from enums in rust
When to choose
- you need polished, highly customizable table output in a Rust CLI or terminal app
- you want derive-macro based table generation from structs
- you need many built-in table styles like markdown, psql, or rounded
When to avoid
- you need to render tables in a web frontend rather than a terminal
- your project is not written in Rust
- you need spreadsheet file I/O like xlsx or csv parsing rather than printing
Facets
library · maturity stable
cli developer-tools serialization developer-tools cross-platform rust cli cross-platform pretty-print table-formatting terminal-output derive-macros command-line
2 sources
- readme: https://github.com/zhiburt/tabled · fetched 2026-08-28 · d3ef501a5888
- registry_crates: https://crates.io/api/v1/crates/tabled · fetched 2026-08-29 · a5b721522fca
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| zhiburt/tabled | main | 76 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem