Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ltabis/rhai-dylib-template
- Owner: ltabis
- License: mit
- Created: 2022-10-20T15:34:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-06T18:48:46.000Z (3 months ago)
- Last Synced: 2024-12-17T06:07:28.614Z (about 1 month ago)
- Topics: cargo-generate, rhai, rhai-dylib
- Language: Rust
- Homepage: https://github.com/rhaiscript/rhai-dylib
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```