Project template for a Rust library with Deno FFI bindings.
README.md
.```typescript 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
mermaid
classDiagram
Foo <|-- Bar
MIT © Flowscripter