clipmem 0.6.0

macOS clipboard memory backed by SQLite and searchable from agent runtimes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#![allow(deprecated)]

mod support;

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

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