browserify/rustify

Allow importing from Cargo

Open

#6 ouverte le 27 nov. 2017

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)JavaScript (25 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (495 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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

Guide contributeur