#deno #template #bindings

flowscripter_template_deno_rust_library

使用Deno FFI绑定的Rust库项目模板

9个稳定版本

1.0.15 2022年10月3日
1.0.14 2022年9月20日
1.0.8 2022年6月9日
1.0.7 2022年5月16日

模板引擎 中排名 228

每月下载量 22

MIT授权 MIT

5KB

template-deno-rust-library

version build coverage rust dependencies deno dependencies license: MIT

使用Deno FFI绑定的Rust库项目模板。

项目模板使用方法

  1. 将其作为 模板 创建新仓库。
  2. 更新 README.md 中的链接和引用。

Deno模块使用

import { world } from "https://raw.githubusercontent.com/flowscripter/template-deno-rust-library/v1.0.7/mod.ts";

world();

开发

安装 deno_bindgen: deno install -Afq -n deno_bindgen https://deno.land/x/deno_bindgen/cli.ts

构建: deno_bindgen

测试: cargo test && deno test -A --unstable

代码风格检查: cargo fmt && deno fmt

文档

概述

classDiagram
    Foo <|--  Bar

授权

MIT © Flowscripter

依赖

~0.8–1.6MB
~34K SLoC