calcite

Crates.iocalcite
lib.rscalcite
version0.2.6
created_at2020-07-19 13:42:28.385342+00
updated_at2021-01-29 12:08:16.307582+00
descriptionA library to create deno plugins
homepage
repositoryhttps://github.com/Srinivasa314/calcite
max_upload_size
id266853
size27,714
Srinivasa Mahesh (Srinivasa314)

documentation

README

Calcite

Crates.io

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-all examples/sync.ts
cargo build --example async
deno run --unstable --allow-all examples/async.ts

Example libraries created using calcite

Commit count: 0

cargo fmt