Skip to content

A rust framework for creating deno plugins

Notifications You must be signed in to change notification settings

bogdanbiv/calcite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%