csv2struct 0.1.0

Generate Rust struct definitions from CSV
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "csv2struct"
version = "0.1.0"
authors = ["Antony Southworth <southworthy@gmail.com>"]
edition = "2018"

description = "Generate Rust struct definitions from CSV"
license = "MIT"
repository = "https://github.com/KyussCaesar/csv2struct"
readme = "README.md"
keywords = ["csv", "struct", "codegen"]
categories = ["command-line-utilities", "data-structures"]

[dependencies]
csv = "1"
Inflector = "0.11"