whitespacesv 1.0.2

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
13
14
15
[dependencies]

[dev-dependencies.utf8-chars]
version = "3.0.1"

[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/whitespacesv/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 = "1.0.2"