You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.tpl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ futures = "0.3" # To be able to block on async functions if you are not using an
68
68
serde = { version = "1.0", features = ["derive"] }
69
69
```
70
70
71
-
This crate is `async` but you can choose to use an async runtime like [tokio](https://crates.io/crates/tokio) or just [block on futures](https://docs.rs/futures/latest/futures/executor/fn.block_on).
71
+
This crate is `async` but you can choose to use an async runtime like [tokio](https://crates.io/crates/tokio) or just [block on futures](https://docs.rs/futures/latest/futures/executor/fn.block_on.html).
72
72
You can enable the `sync` feature to make most structs `Sync`. It may be a bit slower.
73
73
74
74
Using this crate is possible without [serde](https://crates.io/crates/serde), but a lot of features require serde.
0 commit comments