template-deno-rust-library

version build coverage dependencies license: MIT

Project template for a Rust library with Deno FFI bindings.

Usage

  1. Use as a template to create a new repository.
  2. Update links and references in README.md.

Development

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

Documentation

Overview

PNG image generated from images/uml_diagram.mermaid:

UML Diagram

API

Link to auto-generated API docs for the library:

API Documentation

License

MIT © Flowscripter