browserify/rustify

Allow importing from Cargo

Open

#6 aberto em 27 de nov. de 2017

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (25 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (495 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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

Guia do colaborador