mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2025-02-16 20:28:25 +00:00
add Testing
This commit is contained in:
parent
28e17369ec
commit
7a154da5d3
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,7 @@ Only projects that are more than a prototype should be added. Projects that do n
|
|||
- [GUI](#gui)
|
||||
- [Network programming](#network-programming)
|
||||
- [Template engine](#template-engine)
|
||||
- [Testing](#testing)
|
||||
- [Web programming](#web-programming)
|
||||
- [Resources](#resources)
|
||||
|
||||
|
@ -114,6 +115,10 @@ Only projects that are more than a prototype should be added. Projects that do n
|
|||
* Mustache
|
||||
* [erickt/rust-mustache](https://github.com/erickt/rust-mustache) — [<img src="https://travis-ci.org/erickt/rust-mustache.png?branch=master">](https://travis-ci.org/erickt/rust-mustache)
|
||||
|
||||
### Testing
|
||||
|
||||
* [farcaller/shiny](https://github.com/farcaller/shiny) — a fancy syntax similar to ruby's rspec or Objective-C's kiwi.
|
||||
|
||||
### Web programming
|
||||
|
||||
See also http://arewewebyet.com/
|
||||
|
|
Loading…
Add table
Reference in a new issue