kitty_table 1.1.0

Very small and barebones library for printing tables of data.
Documentation
[package]
name = "kitty_table"
version = "1.1.0"
authors = ["Ashli Katt <ashlikatt.public@gmail.com>"]
edition = "2021"
description = """
Very small and barebones library for printing tables of data.
"""
keywords = ["table", "printing"]
readme = "README.md"
license = "MIT"
repository = "https://codeberg.org/AshliKatt/kitty_table"


[dependencies]
kitty_table_proc_macro = "=1.0.0"

[workspace]
members = ["macros"]