pst-rs 0.0.1

Crates.io reservation for the existing PST-RS Outlook PST/OST toolkit.
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 38.46 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 240.86 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 2s Average build duration of successful builds.
  • all releases: 2s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • EffortlessSteven

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.