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
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "arrayvec"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"

[[package]]
name = "utf8-chars"
version = "3.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f598f797138b219a4560b4e9c53c255e872e267c9e3fdcc75aa59a2a90953bcd"
dependencies = [
 "arrayvec",
]

[[package]]
name = "whitespacesv"
version = "1.0.2"
dependencies = [
 "utf8-chars",
]