flowscripter_template_deno_rust_library

Crates.ioflowscripter_template_deno_rust_library
lib.rsflowscripter_template_deno_rust_library
version1.0.15
sourcesrc
created_at2022-05-10 14:47:28.276985
updated_at2022-10-03 16:53:44.598363
descriptionProject template for a Rust library with Deno FFI bindings.
homepagehttps://github.com/flowscripter
repositoryhttps://github.com/flowscripter/template-deno-rust-library
max_upload_size
id584021
size6,196
(vectronic)

documentation

README

template-deno-rust-library

version build coverage rust dependencies deno dependencies license: MIT

Project template for a Rust library with Deno FFI bindings.

Project Template Usage

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

Deno Module Usage

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

world();

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

classDiagram
    Foo <|--  Bar

License

MIT © Flowscripter

Commit count: 197

cargo fmt