okstd 2.0.1

The standard library that's ok
Documentation
1
2
3
4
5
6
7
8
9
10
11

### `okstd::test`

Re-exports the `#[tokio::test]`.

```rust
#[okstd::test]
async fn does_something() {
 // do something
}
```