Igor Aleksanov
|
afb0a3c9fc
|
actix-service: Fix clippy warning in benches (#174)
|
2020-08-07 17:16:45 +09:00 |
|
Yuki Okushi
|
8ace9264b7
|
Check code style with rustfmt on CI (#164)
|
2020-07-22 12:32:13 +09:00 |
|
Taiki Endo
|
9528df4486
|
Remove uses of pin_project::project attribute
pin-project will deprecate the project attribute due to some unfixable
limitations.
Refs: https://github.com/taiki-e/pin-project/issues/225
|
2020-06-06 06:42:45 +09:00 |
|
Maxim Vorobjov
|
4d37858fc6
|
Benchmarks for actix-service: focused around UnsafeCell usage (#98)
* add benchmark comparing unsafecell vs refcell
* fix syntax
* add benches for and_then implementation options
* repeat benches to stabilize
|
2020-02-26 16:45:23 +09:00 |
|