chore(core): re-export recovery_qr module
This commit is contained in:
@@ -89,3 +89,11 @@ pub use device::{fingerprint, DeviceEntry, RevokedEntry, generate_keypair, sign,
|
|||||||
|
|
||||||
pub mod tar_safe;
|
pub mod tar_safe;
|
||||||
pub use tar_safe::{safe_unpack_git_archive, DEFAULT_MAX_UNCOMPRESSED};
|
pub use tar_safe::{safe_unpack_git_archive, DEFAULT_MAX_UNCOMPRESSED};
|
||||||
|
|
||||||
|
pub mod recovery_qr;
|
||||||
|
pub use recovery_qr::{
|
||||||
|
generate_recovery_qr, generate_recovery_qr_with_params,
|
||||||
|
recovery_qr_to_svg,
|
||||||
|
unwrap_recovery_qr, unwrap_recovery_qr_with_params,
|
||||||
|
RecoveryQrPayload,
|
||||||
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user