to_csv 1.0.1

Lightweight and easy exports to CSV
Documentation
[dependencies.anyhow]
version = "1.0.98"

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

[package]
authors = ["John Bullard <johnbcoding@tutamail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "parser-implementations"]
description = "Lightweight and easy exports to CSV"
documentation = "https://docs.rs/to_csv"
edition = "2024"
keywords = ["csv", "comma", "delimited", "parser"]
license = "MIT OR Apache-2.0"
name = "to_csv"
readme = "README.md"
repository = "https://github.com/JohnBCoding/to_csv"
rust-version = "1.85"
version = "1.0.1"