| Crates.io | behave |
| lib.rs | behave |
| version | 0.1.0 |
| created_at | 2024-11-16 10:56:03.035894+00 |
| updated_at | 2024-11-16 10:56:03.035894+00 |
| description | Rust library that provides the simpliest DSL to express and test the behavior of Rust code. |
| homepage | https://github.com/babilonczyk/behave |
| repository | https://github.com/babilonczyk/behave |
| max_upload_size | |
| id | 1450299 |
| size | 14,663 |
A simple behavior-driven development framework for testing Rust.
Create a library that provides the simpliest DSL to express and test the behavior of Rust code.
Each minor version is a wip work on the specific module/functionality. It means that function signatures, names etc. may change in that stage.
Once the minor version gets changed to to the new one, we can consider the previous one stable. From that point forward each change to that module/s will need to have backward compatibility.
Major version is a breaking change that will make previous stable modules incompatible with new implementation.
If you have ideas for a valid and bringing business value modules/functions. Please create an Issue to start a discussion. Contributions are also welcome.
The library is under Apache License, Version 2.0