Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/goyox86/embeber


https://github.com/goyox86/embeber

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

## Rust dentro de otros lenguajes.

Ejemplo usado en el libro "El Lenguaje de Programacion Rust" en la seccion "Aprende Rust".

Echa un vistazo en: http://goyox86.gitbooks.io/el-libro-de-rust/content/

## Construir

```bash
$ cargo build --release
```

### Ruby

```bash
$ gem install ffi
$ ruby embeber.rb
```

### Python

```bash
$ python embeber.py

```

### Node

```bash
$ npm install ffi
$ node embeber.js
```