Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ltabis/rhai-dylib-template

A cargo-generate template to build rhai dynamic libraries.
https://github.com/ltabis/rhai-dylib-template

cargo-generate rhai rhai-dylib

Last synced: 30 days ago
JSON representation

A cargo-generate template to build rhai dynamic libraries.

Awesome Lists containing this project

README

        

# {{project-name}}

> Add description here.

## Setup

Set the same hashing key in `.cargo/config.toml` than the one in your Rust code that will import this dynamic library.

## Build

```rust
$ cargo build
```