browserify / browserify/rustify

Allow importing from Cargo

Open
#6 0 comments 0 reactions 0 assignees View on GitHub
enhancement help wanted
Dominant language
JavaScript
Stars
491
Forks
6
PR merge metrics
No merged PRs in 30d

Description

With `sheetify` we can import CSS from npm:
```js
var sheetify = require('sheetify')
sheetify('tachyons')
```

It would be cool if `rustify` allowed to do the same, but from Cargo:
```js
var rustify = require('rustify')
rustify('nalgebra')
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.