rustscript

0.0.1-alpha • Public • Published

RustScript

Rust interpreter in JavaScript. WIP.

Installation

Via npm on Node:

npm install rustscript

Usage

Reference in your program:

var rustscript = require('rustscript');

[TBD]

Development

git clone git://github.com/ajlopez/RustScript.git
cd RustScript
npm install
npm test

Samples

TBD

License

MIT

References

TBD

Contribution

Feel free to file issues and submit pull requests � contributions are welcome<

If you submit a pull request, please be sure to add or update corresponding test cases, and ensure that npm test continues to pass.

Package Sidebar

Install

npm i rustscript

Weekly Downloads

1

Version

0.0.1-alpha

License

none

Last publish

Collaborators

  • ajlopez