Crates.io | flowscripter_template_deno_rust_library |
lib.rs | flowscripter_template_deno_rust_library |
version | 1.0.15 |
source | src |
created_at | 2022-05-10 14:47:28.276985 |
updated_at | 2022-10-03 16:53:44.598363 |
description | Project template for a Rust library with Deno FFI bindings. |
homepage | https://github.com/flowscripter |
repository | https://github.com/flowscripter/template-deno-rust-library |
max_upload_size | |
id | 584021 |
size | 6,196 |
Project template for a Rust library with Deno FFI bindings.
README.md
.import { world } from "https://raw.githubusercontent.com/flowscripter/template-deno-rust-library/v1.0.7/mod.ts";
world();
Install deno_bindgen:
deno install -Afq -n deno_bindgen https://deno.land/x/deno_bindgen/cli.ts
Build: deno_bindgen
Test: cargo test && deno test -A --unstable
Lint: cargo fmt && deno fmt
classDiagram
Foo <|-- Bar
MIT © Flowscripter