https://github.com/lightquantumarchive/rust-dylib-example
https://github.com/lightquantumarchive/rust-dylib-example
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/lightquantumarchive/rust-dylib-example
- Owner: LightQuantumArchive
- Created: 2022-01-23T21:56:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-23T21:56:50.000Z (over 4 years ago)
- Last Synced: 2025-03-26T22:43:01.788Z (about 1 year ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust dylib example
Please do not do this in production because rust abi is unstable.
## Get Started
```shell
$ make
```