项目作者: lunfel

项目描述 :
NodeJS script to automatically build Rust project on change using Cargo
高级语言: JavaScript
项目地址: git://github.com/lunfel/rust-watch.git
创建时间: 2018-05-03T14:19:06Z
项目社区:https://github.com/lunfel/rust-watch

开源协议:MIT License

下载


Github Repository

https://github.com/lunfel/rust-watch

rust-watch

NodeJS script to automatically build Rust project on change using Cargo. This is inspired by the webpack-dev-server.

Install

  1. npm i -g rust-watch

Usage

At the root of a Cargo initialized Rust project, just run the rust-watch command. It will build your project immediately and after every file change in the src directory of your project.

License

MIT