tablers 1.0.0

Tool to create tables and export them into CSV or PDF. Without external deps
Documentation
[package]
name = "tablers"
version = "1.0.0"
authors = ["Niclas Rosengren <niclas.rosengren@gmail.com>"]
edition = "2018"
license = "MIT"
repository = "https://github.com/MOBILITY46/tablers"
description = """
Tool to create tables and export them into CSV or PDF. Without external deps
"""


[dependencies]
printpdf = "0.3.2"
log = "0.4.11"
thiserror = "1.0.20"
csv = "1.1.3"
rust-embed = { version = "5.6.0", features = [ "interpolate-folder-path" ] }