GleamのBytesBuilderはBytesTreeに変更された

2024/12/30に公開

Gleamのgleam/stdlibに含まれていたBytesBuilderモジュールは、v0.42.0で非推奨となり、v0.48.0で削除されました。
代替としてBytesTreeモジュールの利用が推奨されています。

https://github.com/gleam-lang/stdlib/blob/main/CHANGELOG.md#v0420---2024-11-15
https://github.com/gleam-lang/stdlib/blob/main/CHANGELOG.md#v0480---2024-12-17

https://github.com/gleam-lang/stdlib/issues/735

Discussion