An open API service indexing awesome lists of open source software.

https://github.com/darinm223/gem_challenge

Gem coding challenge
https://github.com/darinm223/gem_challenge

Last synced: about 1 year ago
JSON representation

Gem coding challenge

Awesome Lists containing this project

README

          

To run the tests you can either install cargo and run it on your own computer by running

```
cargo test
```

in the project directory, or you can paste the code into https://play.rust-lang.org/ and click the
Test button to compile and run the tests through the server.