Commit Graph

5 Commits

Author SHA1 Message Date
Giacomo Pasini 5844bea0c9
remove unneeded type bounds on send 2023-01-09 17:44:34 +01:00
Daniel Sanchez c9e9429b60
Relay sink + stream (#13)
* Outbound relay into_sink
Inbound relay as stream

* Cleanup imports

* Remove not necessary bounds
2022-12-14 15:41:01 +01:00
Al Liu d6cc851ee6
Error handle and consume self in connect function (#11)
* use &self for connect function

* more &mut self to &self

* error handle

* add DynError

* remove except, return error

* add error handle for ServiceState trait
2022-12-10 16:01:16 +08:00
Al Liu 4e2978e643
Immutable connect (#10)
* chore: remove unused PhantomData

* &mut self to &self for some methods
2022-12-02 19:57:45 +08:00
Daniel Sanchez 32e6e59377
Publish ready (#7)
* Refactor overwatch to overwatch-rs

* Update readmes and licenses

* Add badges

* Added release action

* Fix tests after refactor

* On push tags on release pipeline

* Add missing jobs to release ci

* Fmt

* Named release job

* Fix invalid tag again
2022-11-16 14:15:58 +01:00