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

cli hacktoberfest pretty-print prettytable rust table table-generator
1 Open Issue Need Help Last updated: Jul 19, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a `Highlight::reverse` feature for the `tabled` Rust library. This involves modifying the existing `Highlight` functionality to apply highlighting from bottom to top and right to left, instead of the current top-to-bottom, left-to-right approach. The implementation should handle potential conflicts with other features like `Span` and ensure correct border rendering.

Complexity: 3/5
enhancement good first issue

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

Rust
#cli#hacktoberfest#pretty-print#prettytable#rust#table#table-generator