crabapple 0.4.6

A library for iOS backup decryption and encryption
Documentation
1
2
3
4
5
//! Utilities for working with backups.

pub(crate) mod hex;
pub(crate) mod plist;
pub(crate) mod tlv;