| Crates.io | rye |
| lib.rs | rye |
| version | 0.0.1 |
| created_at | 2020-02-12 08:40:10.283429+00 |
| updated_at | 2020-02-12 08:40:10.283429+00 |
| description | A custom unit testing framework inspired by Catch2. |
| homepage | |
| repository | https://github.com/ubnt-intrepid/rye.git |
| max_upload_size | |
| id | 207599 |
| size | 43,408 |
rye
The goal of this project is to provide a unit testing framework for Rust that focuses on the simplicity and
reusability of test codes.
The concept is heavily influenced by the section mechanism in Catch2,
a C++ unit testing framework library.
WARNING: This library is currently on the experimental stage and cannot be used for production use. Some major changes may occur until releasing 0.1.0.
Add rye to dev-dependencies section in your Cargo.toml as follows:
[dev-dependencies]
rye = "0.0.1"
This library is licensed under either of
at your option.