Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goyox86/embeber
https://github.com/goyox86/embeber
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/goyox86/embeber
- Owner: goyox86
- Created: 2015-06-09T20:16:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-09T20:29:16.000Z (over 9 years ago)
- Last Synced: 2025-01-11T06:57:04.727Z (7 days ago)
- Language: Rust
- Size: 113 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```