kitty_table 1.1.0

Very small and barebones library for printing tables of data.
Documentation
[dependencies.kitty_table_proc_macro]
version = "=1.0.0"

[[example]]
name = "array"
path = "examples/array.rs"

[[example]]
name = "custom"
path = "examples/custom.rs"

[[example]]
name = "derive"
path = "examples/derive.rs"

[[example]]
name = "tuple"
path = "examples/tuple.rs"

[[example]]
name = "writer"
path = "examples/writer.rs"

[lib]
name = "kitty_table"
path = "src/lib.rs"

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