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

https://github.com/bereket-g/rust-unit-test

Simple unit testing example with Rust, for study purposes.
https://github.com/bereket-g/rust-unit-test

Last synced: about 2 months ago
JSON representation

Simple unit testing example with Rust, for study purposes.

Awesome Lists containing this project

README

        

# Rust Unit Tests

Simple unit testing example with Rust, for study purposes.

## Running

You need `Cargo` installed. Build the project:

```shell
$ cargo build
```

Run the tests:

```shell
$ cargo test
```