clipmem 0.5.1

macOS clipboard memory backed by SQLite and searchable from agent runtimes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod json;
mod markdown;
mod model;
mod row_text;
mod support;
mod text;
mod toon;

pub(super) use self::json::*;
pub(super) use self::markdown::*;
pub(super) use self::model::*;
pub(super) use self::text::*;
pub(super) use self::toon::*;

#[cfg(test)]
mod tests;