Add rust testing framework

This commit is contained in:
Marcelo Boeira
2019-05-01 10:28:04 +02:00
parent 95de478635
commit 6bc7f0fb84

View File

@@ -88,6 +88,8 @@ At the moment this is not useful for anyone but myself, if at some point I find
* [Steve Klabnik - The History of Rust](https://www.youtube.com/watch?v=79PSagCD_AY) 📼 🆓
* Use cases
* [Raph Levien - A Modern Editor Built in Rust](https://www.youtube.com/watch?v=SKtQgFBRUvQ) 📼 🆓
* Testing Frameworks
* [Speculate](https://github.com/utkarshkukreti/speculate.rs) Adds RSpec like behavior to rust via macros
* Go
* Garbage Collector
* [Golang's Realtime GC in Theory and Practice](https://www.youtube.com/watch?v=bMujSVMarqY) 📼 🆓