mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-22 23:25:22 +01:00
chore: readmes
chore: doc comments on public
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
//! SQLite storage backend for cdk
|
||||
|
||||
#![warn(missing_docs)]
|
||||
#![warn(rustdoc::bare_urls)]
|
||||
|
||||
#[cfg(feature = "mint")]
|
||||
pub mod mint;
|
||||
#[cfg(feature = "wallet")]
|
||||
@@ -6,4 +11,4 @@ pub mod wallet;
|
||||
#[cfg(feature = "mint")]
|
||||
pub use mint::MintSqliteDatabase;
|
||||
#[cfg(feature = "wallet")]
|
||||
pub use wallet::WalletSQLiteDatabase;
|
||||
pub use wallet::WalletSqliteDatabase;
|
||||
|
||||
Reference in New Issue
Block a user