Sean McArthur
|
0dc89680cd
|
style(lib): run rustfmt and enforce in CI
|
2019-12-05 13:55:17 -08:00 |
|
lzutao
|
ae75b3a732
|
chore(lib): remove async_await feature gate (#1909)
`async_await` is stabilized in rust-lang/rust#63209.
|
2019-08-21 11:09:14 -07:00 |
|
Daiki Mizukami
|
0d3cbe28fc
|
refactor(rt): remove re-export of tokio::main (#1879)
Closes #1878.
BREAKING CHANGE: Replace all usage of `rt::main` with `tokio::main`.
|
2019-07-22 10:06:36 -07:00 |
|
Weihang Lo
|
22bd31c68f
|
docs(examples): update state example to async/await
|
2019-07-15 11:35:33 -07:00 |
|
Sean McArthur
|
5da17df97f
|
chore(lib): individually disable tests and examples that aren't updated
|
2019-07-12 13:44:03 -07:00 |
|
Sean McArthur
|
ae34a86cc3
|
docs(examples): add a stateful server example with a request counter
|
2018-07-06 15:24:01 -07:00 |
|