data_export 0.1.0

Small library for saving data to a file
Documentation
[dependencies.data_export_macros]
optional = true
version = "0.1"

[dependencies.rust_xlsxwriter]
optional = true
version = "^0.63"

[dependencies.thiserror]
version = "^1.0"

[features]
chrono = ["rust_xlsxwriter/chrono"]
default = ["excel", "chrono", "derive"]
derive = ["dep:data_export_macros"]
excel = ["dep:rust_xlsxwriter"]

[package]
description = "Small library for saving data to a file"
edition = "2021"
license = "MIT"
name = "data_export"
readme = "README.md"
version = "0.1.0"