Library for building plugins in Rust for Obsidian.md.
This library defines Rust traits, structs and impls that aim to replicate, as much as possible, the Typescript API for Obsidian plugin development.
It's intended to be used in conjunction with (a fork of?) magnetite-host and (almost certainly a fork of) magnetite-guest.
The Obsidian Plugin API is in early alpha, and thus, so is this!