emilbrat_test_library 0.1.1

Ignore this library, it is just for testing cargo and crates.io
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Just a library for testing cargo and crates.io

[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
```