polyphony-chat / chorus

A Rust library for interacting with multiple Polyphony- and Spacebar-Compatible instances at once.
https://crates.io/crates/chorus
Mozilla Public License 2.0
16 stars 7 forks source link

Publically reexport Subscriber as Observer #530

Closed kozabrada123 closed 1 month ago

kozabrada123 commented 1 month ago

Fixes the compile errors in the voice_simple example, updates the docs in the gateway_observers example and adds a public reexport of Subscriber as Observer, to make development easier and introduce less breaking changes to our public api

to reduce the external dependencies needed for development with chorus, we could also add some other reexports, potentially async_trait::async_trait