#![forbid(unsafe_code)]#![deny(missing_docs)]#![doc=include_str!("../README.md")]pubmodbackup;pubmoderror;/// Main library for interacting with iOS backups, providing types and methods for decryption and metadata access.
pubusebackup::Backup;/// Authentication options for encrypted backups: either a password or a pre-derived key.
pubusebackup::models::auth::Authentication;