browserify/rustify

Allow importing from Cargo

Open

#6 aperta il 27 nov 2017

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)JavaScript (25 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (495 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor