]> Cypherpunks.ru repositories - gorecfile.git/blobdiff - README
Add NextMapWithSlice
[gorecfile.git] / README
diff --git a/README b/README
index 8489c680b4a61d6637b8b6e0d94c7048c342e7ae..c9ab1aa107eea826e0b28be7bc5b990a46914ad7 100644 (file)
--- a/README
+++ b/README
@@ -1 +1,8 @@
-GNU recutils'es recfile parser on pure Go.
+GNU recutils'es recfile parser/writer on pure Go.
+recfiles are human-editable, plaintext databases. This library allows
+you to read records and their fields from it. Look for cmd/gorecsel as
+an example usage.
+
+* iterate through the records and their fields
+* ignore comments
+* support continuation lines (\$) and multilines (^+)