to_csv 1.0.1

Lightweight and easy exports to CSV
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "to_csv"
version = "1.0.1"
edition = "2024"
authors = ["John Bullard <johnbcoding@tutamail.com>"]
categories = ["encoding", "parser-implementations"]
description = "Lightweight and easy exports to CSV"
documentation = "https://docs.rs/to_csv"
keywords = ["csv", "comma", "delimited", "parser"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/JohnBCoding/to_csv"
rust-version = "1.85"

[dependencies]
anyhow = "1.0.98"