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

https://github.com/certainlywrong/rust_dart


https://github.com/certainlywrong/rust_dart

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Test

This is a test repository for run Rust code in a Dart project.

## Usage

Build the dynamic library with Rust:
```sh
cd rust
cargo build --release
```

Run the Dart project:
```sh
dart --enable-experiment=native-assets run
```