mirror of
https://github.com/perstarkse/minne.git
synced 2026-05-04 22:54:28 +02:00
6 lines
146 B
Rust
6 lines
146 B
Rust
#![allow(clippy::doc_markdown)]
|
|
//! Shared utilities and storage helpers for the workspace crates.
|
|
pub mod error;
|
|
pub mod storage;
|
|
pub mod utils;
|