Skip to main content

Crate miku

Crate miku 

Source
Expand description

Miku — Knowledge Graph & Document Memory

Modules§

backup
Single-file backup and restore for the libSQL database.
constant
db
init
mcp
normalize
paths
skills

Macros§

anyhow
Construct an ad-hoc error from a string or existing non-anyhow error value.
bail
Return early with an error.

Structs§

JoinHandle
An owned permission to join on a task (await its termination).

Type Aliases§

Result
Result<T, Error>