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

https://github.com/iguntur/rust-lang-playground

How to test rust internal function
https://github.com/iguntur/rust-lang-playground

Last synced: 3 months ago
JSON representation

How to test rust internal function

Awesome Lists containing this project

README

        

# Rust lang playground

> How to test [rust](https://www.rust-lang.org) private / internal function

---

## Guides

### Clone

```console
$ git clone https://github.com/iguntur/rust-lang-playground
$ cd rust-lang-playground
```

### Play with it

#### Compile and execute

```console
$ cargo run
```

#### Test

```console
$ cargo test
```

## License

MIT © [Guntur Poetra](https://github.com/iguntur)