# zhiburt/tabled

An easy to use library for pretty print tables of Rust structs and enums.

Repository: https://github.com/zhiburt/tabled
Canonical: https://ross.abutalabs.com/products/tabled
Language: Rust
License: MIT
License Family: permissive
Topics: cli, rust, table, pretty-print, prettytable, hacktoberfest, table-generator
Last push: 2026-08-21T07:41:25+00:00

## Health v2 (maintenance only)
Score: 76/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 98, release rhythm 35, longevity 100
- inputs: {"age_days": 2381, "days_push": 12, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2359, forks 103 (observed 2026-08-28T04:06:40.808740+00:00)

## What it is
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
- artifact type: library
- maturity: stable
- function: cli, developer-tools, serialization
- domain: developer-tools, cross-platform
- platform: rust, cli, cross-platform
- tags: pretty-print, table-formatting, terminal-output, derive-macros, command-line

## Member repositories
- zhiburt/tabled (main) score 76

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:40.808740+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:36:14.052037+00:00, confidence not recorded.
  - readme: https://github.com/zhiburt/tabled (fetched 2026-08-28T04:06:40.808740+00:00, sha d3ef501a5888)
  - registry_crates: https://crates.io/api/v1/crates/tabled (fetched 2026-08-29T10:16:48.743045+00:00, sha a5b721522fca)
- Data as of 2026-08-30T08:39:29.467469+00:00.
