securetar 0.1.1

Rust reader primitives for SecureTar v3 encrypted streams (used in Home Assistant backups)
Documentation
1
2
3
4
5
6
7
8
9
securetar-rs is an independent Rust implementation of the SecureTar v3
format used by the Python securetar package.

The API shape, constants, test vectors, and compatibility behavior are aligned
with the Python project:

    https://github.com/home-assistant-libs/securetar

The Python securetar package is licensed under the Apache License, Version 2.0.