node-bindgen 1.3.0

easy way to write nodejs module using rust
Documentation
1
2
3
4
5
6
7
install_windows_on_mac:
	rustup target add x86_64-pc-windows-gnu
	brew install mingw-w64


build-windows:
	cargo build --target=x86_64-pc-windows-gnu