browserify/rustify

Allow importing from Cargo

Open

#6 建立於 2017年11月27日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)JavaScript (495 star) (25 fork)batch import
enhancementhelp wanted

描述

With sheetify we can import CSS from npm:

var sheetify = require('sheetify')
sheetify('tachyons')

It would be cool if rustify allowed to do the same, but from Cargo:

var rustify = require('rustify')
rustify('nalgebra')

貢獻者指南