Project template for a Rust library with Deno FFI bindings.
- Use as a template to create a new repository.
- Update links and references in
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