[Crate](https://crates.io/crates/emilbrat_test_library)
[Publishing on crates.io](https://doc.rust-lang.org/cargo/reference/publishing.html)
Ensure there aren’t any warnings or errors before publishing
```sh
cargo publish --dry-run
```
Publish crate
```sh
cargo publish
```