crabapple 0.4.6

A library for iOS backup decryption and encryption
Documentation
1
2
3
4
5
6
7
//! Model definitions for iOS backup metadata structures, authentication, and file entries.

pub mod auth;
pub mod file;
pub mod keyring;
pub mod manifest;
pub mod manifest_db;