Crates.io | calcite |
lib.rs | calcite |
version | 0.2.6 |
source | src |
created_at | 2020-07-19 13:42:28.385342 |
updated_at | 2021-01-29 12:08:16.307582 |
description | A library to create deno plugins |
homepage | |
repository | https://github.com/Srinivasa314/calcite |
max_upload_size | |
id | 266853 |
size | 27,714 |
Calcite is a library for easily creating deno plugins.
Refer the docs
To run the examples do
cargo build --example sync
deno run --unstable --allow-all examples/sync.ts
cargo build --example async
deno run --unstable --allow-all examples/async.ts