browserify/rustify

Allow importing from Cargo

Open

#6 建立於 2017年11月27日

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

倉庫指標

Star
 (495 star)
PR 合併指標
 (30 天內沒有已合併 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')

貢獻者指南