clipmem 0.5.3

macOS clipboard memory backed by SQLite and searchable from agent runtimes
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod support;

pub(in crate::db::tests) use self::support::*;
pub(in crate::db::tests) use super::{
    storage_file_sizes, CaptureSkipReason, CaptureStoreOutcome, TimelineCursorState,
};

mod core;
mod filters_and_migrations;
mod image_and_perf;
mod indexes_and_profiles;