browserify/rustify

Allow importing from Cargo

Open

#6 geöffnet am 27. Nov. 2017

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (495 Stars) (25 Forks)batch import
enhancementhelp wanted

Beschreibung

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

Contributor Guide