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
- Host: GitHub
- URL: https://github.com/iguntur/rust-lang-playground
- Owner: iguntur
- License: mit
- Created: 2018-08-08T15:22:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-08T15:23:01.000Z (almost 7 years ago)
- Last Synced: 2024-12-29T05:25:49.717Z (5 months ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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)