We'd like to use azalea-chat in a custom bot to render colored text, but using the stable compiler (https://github.com/booleancoercion/ferrisquery/pull/1). We're not relying on the azalea-buf functionality for this so just disabling that and relying on the json serialization works fine for us. I'm not sure whether this is something you'd want to support upstream, we're fine just relying on a fork if not.
This is technically a breaking change for any users that had azalea-chat.default-features = false and were relying on the `azalea-buf`` functionality.
We'd like to use
azalea-chat
in a custom bot to render colored text, but using the stable compiler (https://github.com/booleancoercion/ferrisquery/pull/1). We're not relying on theazalea-buf
functionality for this so just disabling that and relying on the json serialization works fine for us. I'm not sure whether this is something you'd want to support upstream, we're fine just relying on a fork if not.This is technically a breaking change for any users that had
azalea-chat.default-features = false
and were relying on the `azalea-buf`` functionality.