4 个版本

0.1.4 2021 年 1 月 29 日
0.1.3 2020 年 9 月 22 日
0.1.2 2020 年 8 月 28 日
0.1.1 2020 年 7 月 21 日
0.1.0 2020 年 7 月 19 日

#132#deno

每月 29 次下载
用于 calcite

MIT/Apache

5KB
100

Calcite

Crates.io

Calcite 是一个用于轻松创建 Deno 插件的库。

入门指南

参考 文档

示例

要运行 示例,请执行以下操作

cargo build --example sync
deno run --unstable --allow-all examples/sync.ts
cargo build --example async
deno run --unstable --allow-all examples/async.ts

使用 calcite 创建的示例库

依赖关系

~83KB