1
Fork 0

Add "Rust to your browser" project

This commit is contained in:
Jan-Erik Rediger 2016-10-08 20:22:53 +02:00
parent 7a217fb4b4
commit 9b79efcc94

View file

@ -23,6 +23,7 @@ contributor to [Redis](http://redis.io) and maintainer of [hiredis](https://gith
## // projects
* [Compiling Rust to your Browser](http://www.hellorust.com/emscripten/) - Resources, demos & more for compiling Rust to asm.js & WebAssembly
* [semantic-rs](https://github.com/semantic-rs/semantic-rs) - Automatic crate publishing
* [rdb-rs](http://rdb.fnordig.de/) - fast and efficient RDB parsing utility, including full documentation on the RDB file format
* [hiredis](https://github.com/redis/hiredis) - the minimalistic C client for Redis, as well as wrapper libraries: [hiredis-rb](https://github.com/redis/hiredis-rb/) ([gem](https://rubygems.org/gems/hiredis)), [hiredis-node](https://github.com/redis/hiredis-node) ([npm](https://www.npmjs.com/package/hiredis)), [hiredis-py](https://github.com/redis/hiredis-py) ([pypi](https://pypi.python.org/pypi/hiredis/))