Skip to main content

bitwarden_importers/importers/
mod.rs

1//! Format-specific importer parsers. Each parser turns its file format into a
2//! [`crate::pipeline::ParsedImport`]; the generic pipeline encrypts and submits it.
3
4pub(crate) mod kdbx;