whitespacesv 0.1.0

A Rust implementation of a parser/writer for the Whitespace-Separated Value format, as defined by Stenway. See https://dev.stenway.com/WSV/. WSV offers an unambiguous alternative to CSV.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
description = "A Rust implementation of a parser/writer for the Whitespace-Separated Value format, as defined by Stenway. See https://dev.stenway.com/WSV/. WSV offers an unambiguous alternative to CSV."
documentation = "https://docs.rs/tree_iterators_rs/latest/whitespacesv/"
edition = "2021"
keywords = ["wsv", "whitespace", "separated", "value", "ReliableTXT"]
license = "MIT"
name = "whitespacesv"
readme = "README.md"
repository = "https://github.com/mr-adult/WhitespaceSV"
version = "0.1.0"