csv-tools 1.1.1

A Rust crate for reading, creating and manipulating CSV files easily
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "csv-tools"
version = "1.1.1"
edition = "2021"
license = "MIT"
description = "A Rust crate for reading, creating and manipulating CSV files easily"
authors = ["ThomasGysemans<support@sciencesky.fr>"]
repository = "https://github.com/ThomasGysemans/csv-tools"
readme = "README.md"
keywords = ["csv", "parser"]
categories = ["parsing", "parser-implementations"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lints.rust]
unsafe_code = "forbid"

[dependencies]