#![deny(missing_docs)]#![forbid(unsafe_code)]//! Parses the output of the `dump-keychain` command
//! of `security(1)` on MacOS.
moderror;modparser;pubuseerror::Error;pubuseparser::*;/// Result type for keychain parser.
pub(crate)typeResult<T>=std::result::Result<T, Error>;