# PST-RS
PST-RS is an existing Rust toolkit for parsing, exporting, and analyzing Microsoft Outlook PST/OST files.
This `pst-rs` crate is currently a crates.io reservation release.
## Status
PST-RS already exists. The full public crates.io package is not published yet.
The current work is packaging cleanup: preparing the crate boundary, public API surface, documentation, feature set, and release contents so the published package is safe and useful for real users.
This `0.0.1` release exists only to reserve the crate name while that packaging work finishes.
## Current crate surface
This release intentionally exposes no production PST/OST parsing API.
Do not depend on `pst-rs = "0.0.1"` for application code.
## Direction
The real public package should publish only after:
* the package contents are audited;
* internal artifacts, corpora, receipts, and planning files are excluded;
* the public API is reviewed;
* documented examples match the shipped crate;
* feature flags are accurate;
* docs.rs builds cleanly;
* the AGPL license posture is correct.
## License
Licensed under the GNU Affero General Public License, version 3 or later.