espp/tabulate

0.21.0

uploaded 1 day ago
Tabulate component for ESP-IDF

readme

# Tabulate Component

The `tabulate` component provides a nice and easy way to perform pretty-printing
of tabular data to the console or file.

The `tabulate.hpp` header provides a convenience include / wrapper around
[p-ranav/tabulate](https://github.com/p-pranav/tabulate). It also exposes
`tabulate`'s include folder, so including `tabulate.hpp` is completely
equivalent to including both `tabulate/table.hpp`. Please see the documentation
for tabulate if you have any questions about usage beyond the examples provided
here.

## Example

The [example](./example) shows the use of the `tabulate` component to easily
create and pretty print tables to the console.

Links

Supports all targets

Maintainer

  • William Emfinger <waemfinger@gmail.com>

License: MIT

To add this component to your project, run:

idf.py add-dependency "espp/tabulate^0.21.0"

or download archive

Stats

  • Archive size
    Archive size ~ 2.47 MB
  • Downloaded in total
    Downloaded in total 0 times
  • Downloaded this version
    This version: 0 times

Badge

espp/tabulate version: 0.21.0
|