blockz 0.2.2

Blockz is an opinionated library that aims to make it a pleasure to develop networked applications in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# blockz ui tests

Naming convention:

> \<name\>\-p\-\<number\>
> **or**
> \<name\>\-f\-\<number\>

Where:

- `name` is the name of the feature or other component tested
- `p` **or** `f` indicate whether the compilation should `pass` **or** `fail`
- `number` is just a way for keeping track of multiple tests