Thomas Eizinger
|
f4fed3880b
|
refactor(core)!: remove EitherError in favor of either::Either (#3337)
Defining our own `EitherError` type has no value now that `Either` provides the same implementation.
Related: https://github.com/libp2p/rust-libp2p/issues/3271
|
2023-01-17 23:05:59 +00:00 |
|
Max Inden
|
f701b24ec0
|
*: Format with rustfmt (#2188)
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
|
2021-08-11 13:12:12 +02:00 |
|
Pierre Krieger
|
42a45e2630
|
Remove Negotiated from upgrade traits (#1388)
* Remove Negotiated from upgrade traits
* Remove import
|
2020-01-13 14:34:43 +01:00 |
|
Pierre Krieger
|
d738f4158f
|
More work
|
2019-12-10 13:40:40 +01:00 |
|
Pierre Krieger
|
ad42b00981
|
Cleanups in libp2p-core in stable-futures branch
|
2019-12-10 12:12:34 +01:00 |
|
Pierre Krieger
|
170d2d268f
|
Switch to stable futures (#1196)
* Switch to stable futures
* Remove from_fn
* Fix secio
* Fix core --lib tests
|
2019-09-16 11:08:44 +02:00 |
|
Pierre Krieger
|
96e559b503
|
Wrap multistream-select streams under a Negotiated (#1001)
|
2019-03-19 17:27:30 +01:00 |
|
Toralf Wittner
|
a152e18821
|
Simplify handling of upgrade information. (#761)
|
2018-12-11 15:13:10 +01:00 |
|
Toralf Wittner
|
dd5fb17a2b
|
Rename OrUpgrade to SelectUpgrade . (#751)
Also remove `InboundUpgrade.or_inbound` and `OutboundUpgrade.or_outbound`.
|
2018-12-07 11:39:18 +01:00 |
|