https://github.com/ragingwind/node-module-rust-boilerplate
Template project for node and rust package written in rust
https://github.com/ragingwind/node-module-rust-boilerplate
Last synced: 5 months ago
JSON representation
Template project for node and rust package written in rust
- Host: GitHub
- URL: https://github.com/ragingwind/node-module-rust-boilerplate
- Owner: ragingwind
- License: mit
- Created: 2022-01-04T15:05:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-30T23:20:50.000Z (over 3 years ago)
- Last Synced: 2025-06-06T04:05:59.789Z (about 1 year ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> Node module boilerplate project written in Rust
# Targets
Support default targets. Please see more [supported targets](https://napi.rs/#platform-support)
- darwin-x64
- linux-x64-gnu
- win32-x64-msvc
Also, added more targets below:
- darwin-arm64 (Apple Silicon)
# Structure
[TBD]
# Build
[TBD]
# Publish
## crate
[TBD]
## npm
[TBD]
# License
MIT @ Jimmy Moon