Initial IronStorage project structure
This commit is contained in:
9
crates/storage/src/lib.rs
Normal file
9
crates/storage/src/lib.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
#![forbid(unsafe_code)]
|
||||
#![deny(clippy::disallowed_types)]
|
||||
|
||||
//! Password-store repository behavior shared by every IronStorage frontend.
|
||||
//!
|
||||
//! This crate is the sole owner of stored and derived password-store objects.
|
||||
|
||||
/// Product name shared by the presentation adapters.
|
||||
pub const PRODUCT_NAME: &str = "IronStorage";
|
||||
Reference in New Issue
Block a user