browserify/rustify

Allow importing from Cargo

Open

#6 opened on 2017年11月27日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)JavaScript (25 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (495 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

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')

コントリビューターガイド