Library to encode/decode Row Separated Values (RSV). Written in V.
Find a file
2024-10-08 22:23:17 +01:00
.github/workflows fix flow 2024-10-04 15:56:53 +01:00
src refactor decode row 2024-10-08 22:23:17 +01:00
.editorconfig init proj 2024-01-27 14:31:18 +00:00
.gitattributes init proj 2024-01-27 14:31:18 +00:00
.gitignore init proj 2024-01-27 14:31:18 +00:00
LICENSE change license 2024-10-04 15:27:21 +01:00
README.md fix flow 2024-10-04 15:56:53 +01:00
v.mod init proj 2024-01-27 14:31:18 +00:00

RSV

is a simple binary alternative to CSV. Read more

Features

Installation

Install the V language and run v install pastilhas.rsv

Usage

Future work

License

The original specification uses MIT license. This code uses MIT license. See the LICENSE file for details.