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

贡献者指南

Allow importing from Cargo · browserify/rustify#6 | Good First Issue