recordjar 0.0.2

Record-JAR structured text database reader (for Rust)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# recordjar.Rust - Changes <!-- omit in toc -->


## 0.0.2 - 15th September 2026

* Tidied post-release documentation and project tracking metadata;


## 0.0.1 - 12th September 2026

* Established the initial project boilerplate (**Cargo.toml**, **src/lib.rs**, CI, tooling, and documentation);
* Added public types and error definitions (**Database**, **Record**, **Field**, **ParseFlags**, **Error**);
* Implemented the memory parser (**src/parse.rs**) for records, fields, continuations, comments, and parse errors;


<!-- ########################### end of file ########################### -->