flowscripter_template_deno_rust_library 1.0.15

Project template for a Rust library with Deno FFI bindings.
docs.rs failed to build flowscripter_template_deno_rust_library-1.0.15
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: flowscripter_template_deno_rust_library-1.0.11

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