Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 551 Bytes

File metadata and controls

16 lines (11 loc) · 551 Bytes

rust_mcsv - A MetaCSV parser for Rust

Copyright (C) 2021 J. Férard https://github.com/jferard

License: GPLv3

WORK IN PROGRESS

Overview

rust_mcsv is a MetaCSV parser for Rust.

MetaCSV is an open specification for a CSV file description. This description is written in a small auxiliary CSV file that may be stored along wih the CSV file itself. This auxilary file should provide the informations necessary to read and type the content of the CSV file. The standard extension is ".mcsv".