Calcite
Calcite is a library for easily creating deno plugins.
Getting Started
Refer the docs
Examples
To run the examples do
cargo build --example sync
deno run --unstable --allow-plugin --allow-read --allow-write examples/sync.ts
cargo build --example async
deno run --unstable --allow-plugin --allow-read --allow-write examples/async.ts
Example libraries created using calcite
- tinyfiledialogs-deno: A port of tinyfiledialogs-rs for use in Deno