https://github.com/certainlywrong/rust_dart
https://github.com/certainlywrong/rust_dart
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/certainlywrong/rust_dart
- Owner: certainlyWrong
- Created: 2024-12-12T04:08:47.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-12T04:14:52.000Z (5 months ago)
- Last Synced: 2025-02-08T07:41:15.307Z (4 months ago)
- Language: Dart
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
```