Skip to main content

Crate asobi

Crate asobi 

Source
Expand description

Asobi — Knowledge Graph & Document Memory

Modules§

api
Versioned public storage API.
application
Application composition for the command layer.
frontmatter
Shared YAML-frontmatter handling for Markdown topics and skills.
init
model
Domain types for the knowledge graph, shared across db, main, and backup. These are the canonical in-memory shapes for graph I/O; the JSON field names (camelCase) are the stable serialization contract for graph / search / show / export; asobi schema exposes their stable JSON Schemas for machine-readable compatibility.
normalize
paths
skills
storage
Concrete storage providers.

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>