Srinivasa314 / calcite

A rust framework for creating deno plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A rust framework for creating deno plugins


Languages

Language:Rust 100.0%