mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2024-11-21 10:45:55 +02:00
added scripting section
added dyon link added gluon link added ketos link
This commit is contained in:
parent
7b3436e9b5
commit
0a23bb190c
@ -50,6 +50,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
|
||||
- [Network programming](#network-programming)
|
||||
- [Parser](#parser)
|
||||
- [Platform specific](#platform-specific)
|
||||
- [Scriting](#scripting)
|
||||
- [Template engine](#template-engine)
|
||||
- [Text processing](#text-processing)
|
||||
- [Text search](#text-search)
|
||||
@ -773,6 +774,13 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_
|
||||
* [retep998/winapi-rs](https://github.com/retep998/winapi-rs) — Windows API bindings [<img src="https://travis-ci.org/retep998/winapi-rs.svg?branch=master">](https://travis-ci.org/retep998/winapi-rs)
|
||||
|
||||
|
||||
## Scripting
|
||||
[[scripting](https://crates.io/keywords/scripting)]
|
||||
* [PistonDevelopers/dyon](https://github.com/PistonDevelopers/dyon) - A rusty dynamically typed scripting language
|
||||
* [gluon-lang/gluon](https://github.com/gluon-lang/gluon) - A small, statically-typed, functional programming language
|
||||
* [murarth/ketos](https://github.com/murarth/ketos) - A Lisp dialect functional programming language serving as a scripting and extension language for rust
|
||||
|
||||
|
||||
### Template engine
|
||||
|
||||
* Handlebars
|
||||
|
Loading…
Reference in New Issue
Block a user