| Crates.io | regd-testing |
| lib.rs | regd-testing |
| version | 0.1.2 |
| created_at | 2025-05-04 11:38:43.217597+00 |
| updated_at | 2025-05-11 17:12:00.012806+00 |
| description | regd testing is a collection of utilities designed to simplify testing in regd projects. |
| homepage | https://github.com/regd-io/testing |
| repository | https://github.com/regd-io/testing |
| max_upload_size | |
| id | 1659552 |
| size | 54,517 |
regd testing is a collection of utility functions and helpers designed to facilitate testing in regd projects. It provides a set of common utilities that enhance test reliability, ease of use, and maintainability.
To use regd-testing in your Rust project, add the following dependency to your Cargo.toml:
[dev-dependencies]
regd-testing = "0.1.1"
use regd_testing::rand;
fn main() {
let x: u32 = rand::generate();
println!("Generated random value: {}", x);
}
This project is licensed under the Apache 2.0 License.
Contributions are welcome! Feel free to open issues or submit pull requests.