commit - c8d456ebaa5112aa4cb65b8dc23a90e4a8dfa276
commit + c25ff820f4b12628b9df9a9b35435c01da6f1606
blob - e92cee876630028924214ab08f4592d111874e97
blob + da902f32a2d10ea0484c39d867461065fbc43bd5
--- README.md
+++ README.md
# todotxt_parser
-A parsing and manipulation library for the todo.txt format. It supports some tag
+A (WIP) parsing and manipulation library for the todo.txt format. It supports some tag
extensions.
+This library is currently a work in progress. Version numbers are not updated
+and breaking changes will be made quite often. Use with caution.
+
Parsing is done with [nom](https://lib.rs/crates/nom), enabling zero-copy
parsing from the input wherever no new types are created (e.g. dates are parsed
into